Color Hex Logo

#cc063e Color Hex

#CC063E
(204,6,62)
0 Favorites   0 Comments

Color spaces of #cc063e

RGB 204662
HSL0.950.940.41
HSV343°97°80°
CMYK 0.000.970.70   0.20
XYZ25.836513.31545.7658
Yxy13.31540.57520.2964
Hunter Lab36.490362.526816.1748
CIE-Lab43.234768.571227.0247

#cc063e color RGB value is (204,6,62).

#cc063e hex color red value is 204, green value is 6 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cc063e hue: 0.95 , saturation: 0.94 and the lightness value of cc063e is 0.41.

The process color (four color CMYK) of #cc063e color hex is 0.00, 0.97, 0.70, 0.20. Web safe color of #cc063e is #cc0033. Color #cc063e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 00111110
Octal 314 6 76
Decimal 204 6 62
Hex CC 6 3E

RGB Percentages of Color #cc063e

%75.00
%2.21
%22.79

CMYK Percentages of Color #cc063e

%0
%97
%70
%20

Triadic Colors of #cc063e

#cc063e #3ecc06 #063ecc

Analogous Colors of #cc063e

#cc063e #cc3106 #cc06a1

Monochromatic Colors of #cc063e

#cc063e

Complementary Color

#cc063e #06cc94

#cc063e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc063e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc063e Color CSS Codes

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

#cc063e Text Font Color

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

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


#cc063e Background Color

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

This div background color is #cc063e


#cc063e Border Color

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

This div border color is #cc063e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc063e


Comments

No comments written yet.

Please login to write comment.