Color Hex Logo

#cc658f Color Hex

#CC658F
(204,101,143)
0 Favorites   0 Comments

Color spaces of #cc658f

RGB 204101143
HSL0.930.500.60
HSV336°50°80°
CMYK 0.000.500.30   0.20
XYZ34.513424.127928.8247
Yxy24.12790.39460.2759
Hunter Lab49.120239.4596-0.4085
CIE-Lab56.215645.4395-3.9100

#cc658f color RGB value is (204,101,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 10001111
Octal 314 145 217
Decimal 204 101 143
Hex CC 65 8F

RGB Percentages of Color #cc658f

%45.54
%22.54
%31.92

CMYK Percentages of Color #cc658f

%0
%50
%30
%20

Triadic Colors of #cc658f

#cc658f #8fcc65 #658fcc

Analogous Colors of #cc658f

#cc658f #cc6f65 #cc65c3

Monochromatic Colors of #cc658f

#cc658f

Complementary Color

#cc658f #65cca2

#cc658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc658f Color CSS Codes

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

#cc658f Text Font Color

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

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


#cc658f Background Color

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

This div background color is #cc658f


#cc658f Border Color

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

This div border color is #cc658f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc658f


Comments

No comments written yet.

Please login to write comment.