Color Hex Logo

#cd638f Color Hex

#CD638F
(205,99,143)
0 Favorites   0 Comments

Color spaces of #cd638f

RGB 20599143
HSL0.930.510.60
HSV335°52°80°
CMYK 0.000.520.30   0.20
XYZ34.596623.886028.7736
Yxy23.88600.39650.2737
Hunter Lab48.873340.8289-0.6950
CIE-Lab55.973546.7696-4.2515

#cd638f color RGB value is (205,99,143).

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

The process color (four color CMYK) of #cd638f color hex is 0.00, 0.52, 0.30, 0.20. Web safe color of #cd638f is #cc6699. Color #cd638f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 10001111
Octal 315 143 217
Decimal 205 99 143
Hex CD 63 8F

RGB Percentages of Color #cd638f

%45.86
%22.15
%31.99

CMYK Percentages of Color #cd638f

%0
%52
%30
%20

Triadic Colors of #cd638f

#cd638f #8fcd63 #638fcd

Analogous Colors of #cd638f

#cd638f #cd6c63 #cd63c4

Monochromatic Colors of #cd638f

#cd638f

Complementary Color

#cd638f #63cda1

#cd638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd638f Color CSS Codes

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

#cd638f Text Font Color

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

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


#cd638f Background Color

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

This div background color is #cd638f


#cd638f Border Color

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

This div border color is #cd638f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd638f


Comments

No comments written yet.

Please login to write comment.