Color Hex Logo

#dc0bee Color Hex

#DC0BEE
(220,11,238)
0 Favorites   0 Comments

Color spaces of #dc0bee

RGB 22011238
HSL0.820.910.49
HSV295°95°93°
CMYK 0.080.950.00   0.07
XYZ45.067521.628082.6882
Yxy21.62800.30170.1448
Hunter Lab46.505991.5937-72.8644
CIE-Lab53.630189.7631-62.4180

#dc0bee color RGB value is (220,11,238).

#dc0bee hex color red value is 220, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dc0bee hue: 0.82 , saturation: 0.91 and the lightness value of dc0bee is 0.49.

The process color (four color CMYK) of #dc0bee color hex is 0.08, 0.95, 0.00, 0.07. Web safe color of #dc0bee is #cc00ff. Color #dc0bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001011 11101110
Octal 334 13 356
Decimal 220 11 238
Hex DC B EE

RGB Percentages of Color #dc0bee

%46.91
%2.35
%50.75

CMYK Percentages of Color #dc0bee

%8
%95
%0
%7

Triadic Colors of #dc0bee

#dc0bee #eedc0b #0beedc

Analogous Colors of #dc0bee

#dc0bee #ee0b8f #6b0bee

Monochromatic Colors of #dc0bee

#dc0bee

Complementary Color

#dc0bee #1dee0b

#dc0bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0bee Color CSS Codes

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

#dc0bee Text Font Color

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

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


#dc0bee Background Color

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

This div background color is #dc0bee


#dc0bee Border Color

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

This div border color is #dc0bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,11,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc0bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc0bee;
  -webkit-box-shadow: 1px 1px 3px 2px #dc0bee;
  box-shadow:         1px 1px 3px 2px #dc0bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,11,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0bee


Comments

No comments written yet.

Please login to write comment.