Color Hex Logo

#df92cb Color Hex

#DF92CB
(223,146,203)
0 Favorites   0 Comments

Color spaces of #df92cb

RGB 223146203
HSL0.880.550.72
HSV316°35°87°
CMYK 0.000.350.09   0.13
XYZ51.489840.557561.6145
Yxy40.55750.33510.2639
Hunter Lab63.684832.8708-12.7833
CIE-Lab69.864837.4902-17.3835

#df92cb color RGB value is (223,146,203).

#df92cb hex color red value is 223, green value is 146 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #df92cb hue: 0.88 , saturation: 0.55 and the lightness value of df92cb is 0.72.

The process color (four color CMYK) of #df92cb color hex is 0.00, 0.35, 0.09, 0.13. Web safe color of #df92cb is #cc99cc. Color #df92cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010010 11001011
Octal 337 222 313
Decimal 223 146 203
Hex DF 92 CB

RGB Percentages of Color #df92cb

%38.99
%25.52
%35.49

CMYK Percentages of Color #df92cb

%0
%35
%9
%13

Triadic Colors of #df92cb

#df92cb #cbdf92 #92cbdf

Analogous Colors of #df92cb

#df92cb #df92a5 #cd92df

Monochromatic Colors of #df92cb

#df92cb

Complementary Color

#df92cb #92dfa6

#df92cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df92cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df92cb Color CSS Codes

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

#df92cb Text Font Color

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

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


#df92cb Background Color

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

This div background color is #df92cb


#df92cb Border Color

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

This div border color is #df92cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df92cb


Comments

No comments written yet.

Please login to write comment.