Color Hex Logo

#cd127e Color Hex

#CD127E
(205,18,126)
0 Favorites   0 Comments

Color spaces of #cd127e

RGB 20518126
HSL0.900.840.44
HSV325°91°80°
CMYK 0.000.910.39   0.20
XYZ29.159014.918121.0813
Yxy14.91810.44750.2290
Hunter Lab38.624067.1659-5.3242
CIE-Lab45.521872.0409-9.6303

#cd127e color RGB value is (205,18,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 01111110
Octal 315 22 176
Decimal 205 18 126
Hex CD 12 7E

RGB Percentages of Color #cd127e

%58.74
%5.16
%36.10

CMYK Percentages of Color #cd127e

%0
%91
%39
%20

Triadic Colors of #cd127e

#cd127e #7ecd12 #127ecd

Analogous Colors of #cd127e

#cd127e #cd1220 #bf12cd

Monochromatic Colors of #cd127e

#cd127e

Complementary Color

#cd127e #12cd61

#cd127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd127e Color CSS Codes

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

#cd127e Text Font Color

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

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


#cd127e Background Color

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

This div background color is #cd127e


#cd127e Border Color

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

This div border color is #cd127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd127e


Comments

No comments written yet.

Please login to write comment.