Color Hex Logo

#dc126b Color Hex

#DC126B
(220,18,107)
0 Favorites   0 Comments

Color spaces of #dc126b

RGB 22018107
HSL0.930.850.47
HSV334°92°86°
CMYK 0.000.920.51   0.14
XYZ32.385316.709815.4283
Yxy16.70980.50190.2590
Hunter Lab40.877669.88086.2367
CIE-Lab47.892373.82825.8915

#dc126b color RGB value is (220,18,107).

#dc126b hex color red value is 220, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc126b hue: 0.93 , saturation: 0.85 and the lightness value of dc126b is 0.47.

The process color (four color CMYK) of #dc126b color hex is 0.00, 0.92, 0.51, 0.14. Web safe color of #dc126b is #cc0066. Color #dc126b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 01101011
Octal 334 22 153
Decimal 220 18 107
Hex DC 12 6B

RGB Percentages of Color #dc126b

%63.77
%5.22
%31.01

CMYK Percentages of Color #dc126b

%0
%92
%51
%14

Triadic Colors of #dc126b

#dc126b #6bdc12 #126bdc

Analogous Colors of #dc126b

#dc126b #dc1e12 #dc12d0

Monochromatic Colors of #dc126b

#dc126b

Complementary Color

#dc126b #12dc83

#dc126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc126b Color CSS Codes

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

#dc126b Text Font Color

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

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


#dc126b Background Color

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

This div background color is #dc126b


#dc126b Border Color

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

This div border color is #dc126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc126b


Comments

No comments written yet.

Please login to write comment.