color codes Logo

#cc468f color codes

#CC468F
(204,70,143)
0 Favorites   0 Comments

Color spaces of #cc468f

RGB 20470143
HSL0.910.570.54
HSV327°66°80°
CMYK 0.000.660.30   0.20
XYZ32.049919.200928.0035
Yxy19.20090.40440.2423
Hunter Lab43.818853.8752-7.2175
CIE-Lab50.921459.5618-11.8066

#cc468f color RGB value is (204,70,143).

#cc468f hex color red value is 204, green value is 70 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cc468f hue: 0.91 , saturation: 0.57 and the lightness value of cc468f is 0.54.

The process color (four color CMYK) of #cc468f color code is 0.00, 0.66, 0.30, 0.20. Web safe color of #cc468f is #cc3399. Color #cc468f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 10001111
Octal 314 106 217
Decimal 204 70 143
Hex CC 46 8F

RGB Percentages of Color #cc468f

%48.92
%16.79
%34.29

CMYK Percentages of Color #cc468f

%0
%66
%30
%20

Triadic Colors of #cc468f

#cc468f #8fcc46 #468fcc

Analogous Colors of #cc468f

#cc468f #cc464c #c646cc

Monochromatic Colors of #cc468f

#cc468f

Complementary Color

#cc468f #46cc83

#cc468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc468f Color CSS Codes

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

#cc468f Text Font Color

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

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


#cc468f Background Color

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

This div background color is #cc468f


#cc468f Border Color

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

This div border color is #cc468f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc468f


Comments

No comments written yet.

Please login to write comment.