Color Hex Logo

#cc273e Color Hex

#CC273E
(204,39,62)
0 Favorites   0 Comments

Color spaces of #cc273e

RGB 2043962
HSL0.980.680.48
HSV352°81°80°
CMYK 0.000.810.70   0.20
XYZ26.496914.63625.9860
Yxy14.63620.56230.3106
Hunter Lab38.257356.678417.5032
CIE-Lab45.131863.130329.3515

#cc273e color RGB value is (204,39,62).

#cc273e hex color red value is 204, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cc273e hue: 0.98 , saturation: 0.68 and the lightness value of cc273e is 0.48.

The process color (four color CMYK) of #cc273e color hex is 0.00, 0.81, 0.70, 0.20. Web safe color of #cc273e is #cc3333. Color #cc273e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 00111110
Octal 314 47 76
Decimal 204 39 62
Hex CC 27 3E

RGB Percentages of Color #cc273e

%66.89
%12.79
%20.33

CMYK Percentages of Color #cc273e

%0
%81
%70
%20

Triadic Colors of #cc273e

#cc273e #3ecc27 #273ecc

Analogous Colors of #cc273e

#cc273e #cc6327 #cc2791

Monochromatic Colors of #cc273e

#cc273e

Complementary Color

#cc273e #27ccb5

#cc273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc273e Color CSS Codes

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

#cc273e Text Font Color

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

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


#cc273e Background Color

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

This div background color is #cc273e


#cc273e Border Color

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

This div border color is #cc273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc273e


Comments

No comments written yet.

Please login to write comment.