Color Hex Logo

#cd637e Color Hex

#CD637E
(205,99,126)
1 Favorites   0 Comments

Color spaces of #cd637e

RGB 20599126
HSL0.960.510.60
HSV345°52°80°
CMYK 0.000.520.39   0.20
XYZ33.404623.409222.4965
Yxy23.40920.42120.2952
Hunter Lab48.383138.56956.3003
CIE-Lab55.491444.69975.0253

#cd637e color RGB value is (205,99,126).

#cd637e hex color red value is 205, green value is 99 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cd637e hue: 0.96 , saturation: 0.51 and the lightness value of cd637e is 0.60.

The process color (four color CMYK) of #cd637e color hex is 0.00, 0.52, 0.39, 0.20. Web safe color of #cd637e is #cc6666. Color #cd637e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 01111110
Octal 315 143 176
Decimal 205 99 126
Hex CD 63 7E

RGB Percentages of Color #cd637e

%47.67
%23.02
%29.30

CMYK Percentages of Color #cd637e

%0
%52
%39
%20

Triadic Colors of #cd637e

#cd637e #7ecd63 #637ecd

Analogous Colors of #cd637e

#cd637e #cd7d63 #cd63b3

Monochromatic Colors of #cd637e

#cd637e

Complementary Color

#cd637e #63cdb2

#cd637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd637e Color CSS Codes

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

#cd637e Text Font Color

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

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


#cd637e Background Color

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

This div background color is #cd637e


#cd637e Border Color

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

This div border color is #cd637e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,99,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 #cd637e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd637e


Comments

No comments written yet.

Please login to write comment.