Color Hex Logo

#cc658b Color Hex

#CC658B
(204,101,139)
0 Favorites   0 Comments

Color spaces of #cc658b

RGB 204101139
HSL0.940.500.60
HSV338°50°80°
CMYK 0.000.500.32   0.20
XYZ34.215724.008827.2569
Yxy24.00880.40030.2809
Hunter Lab48.998838.89821.3175
CIE-Lab56.096644.9239-1.7434

#cc658b color RGB value is (204,101,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 10001011
Octal 314 145 213
Decimal 204 101 139
Hex CC 65 8B

RGB Percentages of Color #cc658b

%45.95
%22.75
%31.31

CMYK Percentages of Color #cc658b

%0
%50
%32
%20

Triadic Colors of #cc658b

#cc658b #8bcc65 #658bcc

Analogous Colors of #cc658b

#cc658b #cc7365 #cc65bf

Monochromatic Colors of #cc658b

#cc658b

Complementary Color

#cc658b #65cca6

#cc658b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc658b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc658b Color CSS Codes

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

#cc658b Text Font Color

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

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


#cc658b Background Color

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

This div background color is #cc658b


#cc658b Border Color

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

This div border color is #cc658b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc658b


Comments

No comments written yet.

Please login to write comment.