Color Hex Logo

#cc463b Color Hex

#CC463B
(204,70,59)
0 Favorites   0 Comments

Color spaces of #cc463b

RGB 2047059
HSL0.010.590.52
HSV71°80°
CMYK 0.000.660.71   0.20
XYZ27.881417.53356.0525
Yxy17.53350.54170.3407
Hunter Lab41.873045.577520.7411
CIE-Lab48.925352.371735.6115

#cc463b color RGB value is (204,70,59).

#cc463b hex color red value is 204, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cc463b hue: 0.01 , saturation: 0.59 and the lightness value of cc463b is 0.52.

The process color (four color CMYK) of #cc463b color hex is 0.00, 0.66, 0.71, 0.20. Web safe color of #cc463b is #cc3333. Color #cc463b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 00111011
Octal 314 106 73
Decimal 204 70 59
Hex CC 46 3B

RGB Percentages of Color #cc463b

%61.26
%21.02
%17.72

CMYK Percentages of Color #cc463b

%0
%66
%71
%20

Triadic Colors of #cc463b

#cc463b #3bcc46 #463bcc

Analogous Colors of #cc463b

#cc463b #cc8f3b #cc3b79

Monochromatic Colors of #cc463b

#cc463b

Complementary Color

#cc463b #3bc1cc

#cc463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc463b Color CSS Codes

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

#cc463b Text Font Color

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

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


#cc463b Background Color

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

This div background color is #cc463b


#cc463b Border Color

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

This div border color is #cc463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc463b


Comments

No comments written yet.

Please login to write comment.