Color Hex Logo

#cc467b Color Hex

#CC467B
(204,70,123)
0 Favorites   0 Comments

Color spaces of #cc467b

RGB 20470123
HSL0.930.570.54
HSV336°66°80°
CMYK 0.000.660.40   0.20
XYZ30.667118.647720.7219
Yxy18.64770.43790.2663
Hunter Lab43.183051.19451.7770
CIE-Lab50.272557.2802-0.7783

#cc467b color RGB value is (204,70,123).

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

The process color (four color CMYK) of #cc467b color hex is 0.00, 0.66, 0.40, 0.20. Web safe color of #cc467b is #cc3366. Color #cc467b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 01111011
Octal 314 106 173
Decimal 204 70 123
Hex CC 46 7B

RGB Percentages of Color #cc467b

%51.39
%17.63
%30.98

CMYK Percentages of Color #cc467b

%0
%66
%40
%20

Triadic Colors of #cc467b

#cc467b #7bcc46 #467bcc

Analogous Colors of #cc467b

#cc467b #cc5446 #cc46be

Monochromatic Colors of #cc467b

#cc467b

Complementary Color

#cc467b #46cc97

#cc467b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc467b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc467b Color CSS Codes

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

#cc467b Text Font Color

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

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


#cc467b Background Color

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

This div background color is #cc467b


#cc467b Border Color

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

This div border color is #cc467b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc467b


Comments

No comments written yet.

Please login to write comment.