Color Hex Logo

#df94cb Color Hex

#DF94CB
(223,148,203)
0 Favorites   0 Comments

Color spaces of #df94cb

RGB 223148203
HSL0.880.540.73
HSV316°34°87°
CMYK 0.000.340.09   0.13
XYZ51.800841.179661.7182
Yxy41.17960.33480.2662
Hunter Lab64.171331.7901-12.1035
CIE-Lab70.301636.4264-16.7231

#df94cb color RGB value is (223,148,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 11001011
Octal 337 224 313
Decimal 223 148 203
Hex DF 94 CB

RGB Percentages of Color #df94cb

%38.85
%25.78
%35.37

CMYK Percentages of Color #df94cb

%0
%34
%9
%13

Triadic Colors of #df94cb

#df94cb #cbdf94 #94cbdf

Analogous Colors of #df94cb

#df94cb #df94a6 #ce94df

Monochromatic Colors of #df94cb

#df94cb

Complementary Color

#df94cb #94dfa8

#df94cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df94cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df94cb Color CSS Codes

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

#df94cb Text Font Color

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

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


#df94cb Background Color

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

This div background color is #df94cb


#df94cb Border Color

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

This div border color is #df94cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,148,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 #df94cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df94cb


Comments

No comments written yet.

Please login to write comment.