Color Hex Logo

#dc0ebb Color Hex

#DC0EBB
(220,14,187)
0 Favorites   0 Comments

Color spaces of #dc0ebb

RGB 22014187
HSL0.860.880.46
HSV310°94°86°
CMYK 0.000.940.15   0.14
XYZ38.641919.117648.6671
Yxy19.11760.36310.1796
Hunter Lab43.723781.2374-35.3868
CIE-Lab50.824582.3682-37.7021

#dc0ebb color RGB value is (220,14,187).

#dc0ebb hex color red value is 220, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc0ebb hue: 0.86 , saturation: 0.88 and the lightness value of dc0ebb is 0.46.

The process color (four color CMYK) of #dc0ebb color hex is 0.00, 0.94, 0.15, 0.14. Web safe color of #dc0ebb is #cc00cc. Color #dc0ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001110 10111011
Octal 334 16 273
Decimal 220 14 187
Hex DC E BB

RGB Percentages of Color #dc0ebb

%52.26
%3.33
%44.42

CMYK Percentages of Color #dc0ebb

%0
%94
%15
%14

Triadic Colors of #dc0ebb

#dc0ebb #bbdc0e #0ebbdc

Analogous Colors of #dc0ebb

#dc0ebb #dc0e54 #960edc

Monochromatic Colors of #dc0ebb

#dc0ebb

Complementary Color

#dc0ebb #0edc2f

#dc0ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0ebb Color CSS Codes

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

#dc0ebb Text Font Color

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

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


#dc0ebb Background Color

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

This div background color is #dc0ebb


#dc0ebb Border Color

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

This div border color is #dc0ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0ebb


Comments

No comments written yet.

Please login to write comment.