Color Hex Logo

#df00bb Color Hex

#DF00BB
(223,0,187)
0 Favorites   0 Comments

Color spaces of #df00bb

RGB 2230187
HSL0.861.000.44
HSV310°100°87°
CMYK 0.001.000.16   0.13
XYZ39.401119.275848.6576
Yxy19.27580.36710.1796
Hunter Lab43.904283.3595-34.9762
CIE-Lab51.008383.9859-37.3752

#df00bb color RGB value is (223,0,187).

#df00bb hex color red value is 223, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df00bb hue: 0.86 , saturation: 1.00 and the lightness value of df00bb is 0.44.

The process color (four color CMYK) of #df00bb color hex is 0.00, 1.00, 0.16, 0.13. Web safe color of #df00bb is #cc00cc. Color #df00bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 10111011
Octal 337 0 273
Decimal 223 0 187
Hex DF 0 BB

RGB Percentages of Color #df00bb

%54.39
%0.00
%45.61

CMYK Percentages of Color #df00bb

%0
%100
%16
%13

Triadic Colors of #df00bb

#df00bb #bbdf00 #00bbdf

Analogous Colors of #df00bb

#df00bb #df004b #9400df

Monochromatic Colors of #df00bb

#df00bb

Complementary Color

#df00bb #00df24

#df00bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df00bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df00bb Color CSS Codes

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

#df00bb Text Font Color

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

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


#df00bb Background Color

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

This div background color is #df00bb


#df00bb Border Color

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

This div border color is #df00bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df00bb


Comments

No comments written yet.

Please login to write comment.