Color Hex Logo

#cd125a Color Hex

#CD125A
(205,18,90)
0 Favorites   0 Comments

Color spaces of #cd125a

RGB 2051890
HSL0.940.840.44
HSV337°91°80°
CMYK 0.000.910.56   0.20
XYZ27.238614.149910.9684
Yxy14.14990.52020.2703
Hunter Lab37.616463.42619.0433
CIE-Lab44.447169.101211.1604

#cd125a color RGB value is (205,18,90).

#cd125a hex color red value is 205, green value is 18 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cd125a hue: 0.94 , saturation: 0.84 and the lightness value of cd125a is 0.44.

The process color (four color CMYK) of #cd125a color hex is 0.00, 0.91, 0.56, 0.20. Web safe color of #cd125a is #cc0066. Color #cd125a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 01011010
Octal 315 22 132
Decimal 205 18 90
Hex CD 12 5A

RGB Percentages of Color #cd125a

%65.50
%5.75
%28.75

CMYK Percentages of Color #cd125a

%0
%91
%56
%20

Triadic Colors of #cd125a

#cd125a #5acd12 #125acd

Analogous Colors of #cd125a

#cd125a #cd2812 #cd12b8

Monochromatic Colors of #cd125a

#cd125a

Complementary Color

#cd125a #12cd85

#cd125a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd125a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd125a Color CSS Codes

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

#cd125a Text Font Color

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

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


#cd125a Background Color

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

This div background color is #cd125a


#cd125a Border Color

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

This div border color is #cd125a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd125a


Comments

No comments written yet.

Please login to write comment.