Color Hex Logo

#d555ed Color Hex

#D555ED
(213,85,237)
0 Favorites   0 Comments

Color spaces of #d555ed

RGB 21385237
HSL0.810.810.63
HSV291°64°93°
CMYK 0.100.640.00   0.07
XYZ45.975126.757682.8623
Yxy26.75760.29550.1720
Hunter Lab51.727768.1254-58.7668
CIE-Lab58.749370.2974-53.7198

#d555ed color RGB value is (213,85,237).

#d555ed hex color red value is 213, green value is 85 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d555ed hue: 0.81 , saturation: 0.81 and the lightness value of d555ed is 0.63.

The process color (four color CMYK) of #d555ed color hex is 0.10, 0.64, 0.00, 0.07. Web safe color of #d555ed is #cc66ff. Color #d555ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010101 11101101
Octal 325 125 355
Decimal 213 85 237
Hex D5 55 ED

RGB Percentages of Color #d555ed

%39.81
%15.89
%44.30

CMYK Percentages of Color #d555ed

%10
%64
%0
%7

Triadic Colors of #d555ed

#d555ed #edd555 #55edd5

Analogous Colors of #d555ed

#d555ed #ed55b9 #8955ed

Monochromatic Colors of #d555ed

#d555ed

Complementary Color

#d555ed #6ded55

#d555ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d555ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d555ed Color CSS Codes

.mybgcolor {background-color:#d555ed; } 
.myforecolor {color:#d555ed; }
.mybordercolor {border:3px solid #d555ed; }

#d555ed Text Font Color

<p style="color:#d555ed">Text here</p>

This sample text font color is #d555ed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d555ed Background Color

<div style="background-color:#d555ed">
Div content here</div>

This div background color is #d555ed


#d555ed Border Color

<div style="border:3px solid #d555ed">
Div here</div>

This div border color is #d555ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,85,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d555ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d555ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d555ed;
  box-shadow:         1px 1px 3px 2px #d555ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,85,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d555ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d555ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d555ed;
  box-shadow:         1px 1px 3px 2px #d555ed;">
Div content here</div>

This div box has shadow with color #d555ed


Comments

No comments written yet.

Please login to write comment.