Color Hex Logo

#df55ca Color Hex

#DF55CA
(223,85,202)
0 Favorites   0 Comments

Color spaces of #df55ca

RGB 22385202
HSL0.860.680.60
HSV309°62°87°
CMYK 0.000.620.09   0.13
XYZ44.340626.449258.6453
Yxy26.44920.34260.2043
Hunter Lab51.428863.8978-31.6095
CIE-Lab58.461066.8325-34.3440

#df55ca color RGB value is (223,85,202).

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

The process color (four color CMYK) of #df55ca color hex is 0.00, 0.62, 0.09, 0.13. Web safe color of #df55ca is #cc66cc. Color #df55ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 11001010
Octal 337 125 312
Decimal 223 85 202
Hex DF 55 CA

RGB Percentages of Color #df55ca

%43.73
%16.67
%39.61

CMYK Percentages of Color #df55ca

%0
%62
%9
%13

Triadic Colors of #df55ca

#df55ca #cadf55 #55cadf

Analogous Colors of #df55ca

#df55ca #df5585 #af55df

Monochromatic Colors of #df55ca

#df55ca

Complementary Color

#df55ca #55df6a

#df55ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df55ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df55ca Color CSS Codes

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

#df55ca Text Font Color

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

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


#df55ca Background Color

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

This div background color is #df55ca


#df55ca Border Color

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

This div border color is #df55ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df55ca


Comments

No comments written yet.

Please login to write comment.