Color Hex Logo

#cc407b Color Hex

#CC407B
(204,64,123)
0 Favorites   0 Comments

Color spaces of #cc407b

RGB 20464123
HSL0.930.580.53
HSV335°69°80°
CMYK 0.000.690.40   0.20
XYZ30.310417.934220.6030
Yxy17.93420.44030.2605
Hunter Lab42.348853.64780.7991
CIE-Lab49.416259.6362-2.0341

#cc407b color RGB value is (204,64,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 01111011
Octal 314 100 173
Decimal 204 64 123
Hex CC 40 7B

RGB Percentages of Color #cc407b

%52.17
%16.37
%31.46

CMYK Percentages of Color #cc407b

%0
%69
%40
%20

Triadic Colors of #cc407b

#cc407b #7bcc40 #407bcc

Analogous Colors of #cc407b

#cc407b #cc4b40 #cc40c1

Monochromatic Colors of #cc407b

#cc407b

Complementary Color

#cc407b #40cc91

#cc407b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc407b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc407b Color CSS Codes

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

#cc407b Text Font Color

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

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


#cc407b Background Color

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

This div background color is #cc407b


#cc407b Border Color

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

This div border color is #cc407b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc407b


Comments

No comments written yet.

Please login to write comment.