Color Hex Logo

#d555de Color Hex

#D555DE
(213,85,222)
0 Favorites   0 Comments

Color spaces of #d555de

RGB 21385222
HSL0.820.670.60
HSV296°62°87°
CMYK 0.040.620.00   0.13
XYZ43.873925.917171.7973
Yxy25.91710.30990.1830
Hunter Lab50.908864.7431-47.9812
CIE-Lab57.958367.6340-46.5646

#d555de color RGB value is (213,85,222).

#d555de hex color red value is 213, green value is 85 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d555de hue: 0.82 , saturation: 0.67 and the lightness value of d555de is 0.60.

The process color (four color CMYK) of #d555de color hex is 0.04, 0.62, 0.00, 0.13. Web safe color of #d555de is #cc66cc. Color #d555de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010101 11011110
Octal 325 125 336
Decimal 213 85 222
Hex D5 55 DE

RGB Percentages of Color #d555de

%40.96
%16.35
%42.69

CMYK Percentages of Color #d555de

%4
%62
%0
%13

Triadic Colors of #d555de

#d555de #ded555 #55ded5

Analogous Colors of #d555de

#d555de #de55a3 #9155de

Monochromatic Colors of #d555de

#d555de

Complementary Color

#d555de #5ede55

#d555de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d555de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d555de Color CSS Codes

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

#d555de Text Font Color

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

This sample text font color is #d555de
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.


#d555de Background Color

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

This div background color is #d555de


#d555de Border Color

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

This div border color is #d555de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d555de


Comments

No comments written yet.

Please login to write comment.