Color Hex Logo

#dc18ba Color Hex

#DC18BA
(220,24,186)
0 Favorites   0 Comments

Color spaces of #dc18ba

RGB 22024186
HSL0.860.800.48
HSV310°89°86°
CMYK 0.000.890.15   0.14
XYZ38.704819.414148.1617
Yxy19.41410.36420.1827
Hunter Lab44.061479.6919-33.9644
CIE-Lab51.168281.0876-36.5783

#dc18ba color RGB value is (220,24,186).

#dc18ba hex color red value is 220, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc18ba hue: 0.86 , saturation: 0.80 and the lightness value of dc18ba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 10111010
Octal 334 30 272
Decimal 220 24 186
Hex DC 18 BA

RGB Percentages of Color #dc18ba

%51.16
%5.58
%43.26

CMYK Percentages of Color #dc18ba

%0
%89
%15
%14

Triadic Colors of #dc18ba

#dc18ba #badc18 #18badc

Analogous Colors of #dc18ba

#dc18ba #dc1858 #9c18dc

Monochromatic Colors of #dc18ba

#dc18ba

Complementary Color

#dc18ba #18dc3a

#dc18ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc18ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc18ba Color CSS Codes

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

#dc18ba Text Font Color

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

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


#dc18ba Background Color

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

This div background color is #dc18ba


#dc18ba Border Color

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

This div border color is #dc18ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc18ba


Comments

No comments written yet.

Please login to write comment.