Color Hex Logo

#d555df Color Hex

#D555DF
(213,85,223)
0 Favorites   0 Comments

Color spaces of #d555df

RGB 21385223
HSL0.820.680.60
HSV296°62°87°
CMYK 0.040.620.00   0.13
XYZ44.008425.970872.5054
Yxy25.97080.30890.1823
Hunter Lab50.961664.9629-48.6816
CIE-Lab58.009367.8085-47.0470

#d555df color RGB value is (213,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010101 11011111
Octal 325 125 337
Decimal 213 85 223
Hex D5 55 DF

RGB Percentages of Color #d555df

%40.88
%16.31
%42.80

CMYK Percentages of Color #d555df

%4
%62
%0
%13

Triadic Colors of #d555df

#d555df #dfd555 #55dfd5

Analogous Colors of #d555df

#d555df #df55a4 #9055df

Monochromatic Colors of #d555df

#d555df

Complementary Color

#d555df #5fdf55

#d555df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d555df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d555df Color CSS Codes

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

#d555df Text Font Color

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

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


#d555df Background Color

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

This div background color is #d555df


#d555df Border Color

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

This div border color is #d555df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d555df


Comments

No comments written yet.

Please login to write comment.