Color Hex Logo

#cc638a Color Hex

#CC638A
(204,99,138)
0 Favorites   0 Comments

Color spaces of #cc638a

RGB 20499138
HSL0.940.510.59
HSV338°51°80°
CMYK 0.000.510.32   0.20
XYZ33.951123.596026.8098
Yxy23.59600.40250.2797
Hunter Lab48.575739.75181.2798
CIE-Lab55.681045.7960-1.7669

#cc638a color RGB value is (204,99,138).

#cc638a hex color red value is 204, green value is 99 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cc638a hue: 0.94 , saturation: 0.51 and the lightness value of cc638a is 0.59.

The process color (four color CMYK) of #cc638a color hex is 0.00, 0.51, 0.32, 0.20. Web safe color of #cc638a is #cc6699. Color #cc638a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 10001010
Octal 314 143 212
Decimal 204 99 138
Hex CC 63 8A

RGB Percentages of Color #cc638a

%46.26
%22.45
%31.29

CMYK Percentages of Color #cc638a

%0
%51
%32
%20

Triadic Colors of #cc638a

#cc638a #8acc63 #638acc

Analogous Colors of #cc638a

#cc638a #cc7163 #cc63bf

Monochromatic Colors of #cc638a

#cc638a

Complementary Color

#cc638a #63cca5

#cc638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc638a Color CSS Codes

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

#cc638a Text Font Color

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

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


#cc638a Background Color

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

This div background color is #cc638a


#cc638a Border Color

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

This div border color is #cc638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc638a


Comments

No comments written yet.

Please login to write comment.