Color Hex Logo

#df3fcc Color Hex

#DF3FCC
(223,63,204)
0 Favorites   0 Comments

Color spaces of #df3fcc

RGB 22363204
HSL0.850.710.56
HSV307°72°87°
CMYK 0.000.720.09   0.13
XYZ43.108023.602659.4105
Yxy23.60260.34180.1871
Hunter Lab48.582573.3664-38.4967
CIE-Lab55.687775.1593-39.8303

#df3fcc color RGB value is (223,63,204).

#df3fcc hex color red value is 223, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #df3fcc hue: 0.85 , saturation: 0.71 and the lightness value of df3fcc is 0.56.

The process color (four color CMYK) of #df3fcc color hex is 0.00, 0.72, 0.09, 0.13. Web safe color of #df3fcc is #cc33cc. Color #df3fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111111 11001100
Octal 337 77 314
Decimal 223 63 204
Hex DF 3F CC

RGB Percentages of Color #df3fcc

%45.51
%12.86
%41.63

CMYK Percentages of Color #df3fcc

%0
%72
%9
%13

Triadic Colors of #df3fcc

#df3fcc #ccdf3f #3fccdf

Analogous Colors of #df3fcc

#df3fcc #df3f7c #a23fdf

Monochromatic Colors of #df3fcc

#df3fcc

Complementary Color

#df3fcc #3fdf52

#df3fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3fcc Color CSS Codes

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

#df3fcc Text Font Color

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

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


#df3fcc Background Color

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

This div background color is #df3fcc


#df3fcc Border Color

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

This div border color is #df3fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3fcc


Comments

No comments written yet.

Please login to write comment.