Color Hex Logo

#dc125b Color Hex

#DC125B
(220,18,91)
0 Favorites   0 Comments

Color spaces of #dc125b

RGB 2201891
HSL0.940.850.47
HSV338°92°86°
CMYK 0.000.920.59   0.14
XYZ31.619816.403611.3972
Yxy16.40360.53210.2761
Hunter Lab40.501468.479311.6666
CIE-Lab47.499672.747215.2260

#dc125b color RGB value is (220,18,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 01011011
Octal 334 22 133
Decimal 220 18 91
Hex DC 12 5B

RGB Percentages of Color #dc125b

%66.87
%5.47
%27.66

CMYK Percentages of Color #dc125b

%0
%92
%59
%14

Triadic Colors of #dc125b

#dc125b #5bdc12 #125bdc

Analogous Colors of #dc125b

#dc125b #dc2e12 #dc12c0

Monochromatic Colors of #dc125b

#dc125b

Complementary Color

#dc125b #12dc93

#dc125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc125b Color CSS Codes

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

#dc125b Text Font Color

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

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


#dc125b Background Color

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

This div background color is #dc125b


#dc125b Border Color

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

This div border color is #dc125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc125b


Comments

No comments written yet.

Please login to write comment.