Color Hex Logo

#dc1ebb Color Hex

#DC1EBB
(220,30,187)
0 Favorites   0 Comments

Color spaces of #dc1ebb

RGB 22030187
HSL0.860.760.49
HSV310°86°86°
CMYK 0.000.860.15   0.14
XYZ38.949119.732048.7695
Yxy19.73200.36250.1836
Hunter Lab44.420778.7766-34.0000
CIE-Lab51.532880.2940-36.5880

#dc1ebb color RGB value is (220,30,187).

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

The process color (four color CMYK) of #dc1ebb color hex is 0.00, 0.86, 0.15, 0.14. Web safe color of #dc1ebb is #cc33cc. Color #dc1ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011110 10111011
Octal 334 36 273
Decimal 220 30 187
Hex DC 1E BB

RGB Percentages of Color #dc1ebb

%50.34
%6.86
%42.79

CMYK Percentages of Color #dc1ebb

%0
%86
%15
%14

Triadic Colors of #dc1ebb

#dc1ebb #bbdc1e #1ebbdc

Analogous Colors of #dc1ebb

#dc1ebb #dc1e5c #9e1edc

Monochromatic Colors of #dc1ebb

#dc1ebb

Complementary Color

#dc1ebb #1edc3f

#dc1ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1ebb Color CSS Codes

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

#dc1ebb Text Font Color

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

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


#dc1ebb Background Color

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

This div background color is #dc1ebb


#dc1ebb Border Color

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

This div border color is #dc1ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1ebb


Comments

No comments written yet.

Please login to write comment.