Color Hex Logo

#df35cb Color Hex

#DF35CB
(223,53,203)
0 Favorites   0 Comments

Color spaces of #df35cb

RGB 22353203
HSL0.850.730.54
HSV307°76°87°
CMYK 0.000.760.09   0.13
XYZ42.484022.546058.6126
Yxy22.54600.34360.1823
Hunter Lab47.482676.6142-39.9498
CIE-Lab54.601677.9781-40.9679

#df35cb color RGB value is (223,53,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 11001011
Octal 337 65 313
Decimal 223 53 203
Hex DF 35 CB

RGB Percentages of Color #df35cb

%46.56
%11.06
%42.38

CMYK Percentages of Color #df35cb

%0
%76
%9
%13

Triadic Colors of #df35cb

#df35cb #cbdf35 #35cbdf

Analogous Colors of #df35cb

#df35cb #df3576 #9e35df

Monochromatic Colors of #df35cb

#df35cb

Complementary Color

#df35cb #35df49

#df35cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df35cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df35cb Color CSS Codes

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

#df35cb Text Font Color

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

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


#df35cb Background Color

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

This div background color is #df35cb


#df35cb Border Color

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

This div border color is #df35cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df35cb


Comments

No comments written yet.

Please login to write comment.