Color Hex Logo

#cc638b Color Hex

#CC638B
(204,99,139)
0 Favorites   0 Comments

Color spaces of #cc638b

RGB 20499139
HSL0.940.510.59
HSV337°51°80°
CMYK 0.000.510.32   0.20
XYZ34.023923.625127.1929
Yxy23.62510.40100.2785
Hunter Lab48.605739.88990.8536
CIE-Lab55.710545.9224-2.3104

#cc638b color RGB value is (204,99,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 10001011
Octal 314 143 213
Decimal 204 99 139
Hex CC 63 8B

RGB Percentages of Color #cc638b

%46.15
%22.40
%31.45

CMYK Percentages of Color #cc638b

%0
%51
%32
%20

Triadic Colors of #cc638b

#cc638b #8bcc63 #638bcc

Analogous Colors of #cc638b

#cc638b #cc7063 #cc63c0

Monochromatic Colors of #cc638b

#cc638b

Complementary Color

#cc638b #63cca4

#cc638b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc638b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc638b Color CSS Codes

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

#cc638b Text Font Color

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

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


#cc638b Background Color

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

This div background color is #cc638b


#cc638b Border Color

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

This div border color is #cc638b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc638b


Comments

No comments written yet.

Please login to write comment.