Color Hex Logo

#cc611e Color Hex

#CC611E
(204,97,30)
0 Favorites   0 Comments

Color spaces of #cc611e

RGB 2049730
HSL0.060.740.46
HSV23°85°80°
CMYK 0.000.520.85   0.20
XYZ29.410921.48053.8243
Yxy21.48050.53750.3926
Hunter Lab46.347132.165127.5507
CIE-Lab53.471438.743654.2804

#cc611e color RGB value is (204,97,30).

#cc611e hex color red value is 204, green value is 97 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc611e hue: 0.06 , saturation: 0.74 and the lightness value of cc611e is 0.46.

The process color (four color CMYK) of #cc611e color hex is 0.00, 0.52, 0.85, 0.20. Web safe color of #cc611e is #cc6633. Color #cc611e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 00011110
Octal 314 141 36
Decimal 204 97 30
Hex CC 61 1E

RGB Percentages of Color #cc611e

%61.63
%29.31
%9.06

CMYK Percentages of Color #cc611e

%0
%52
%85
%20

Triadic Colors of #cc611e

#cc611e #1ecc61 #611ecc

Analogous Colors of #cc611e

#cc611e #ccb81e #cc1e32

Monochromatic Colors of #cc611e

#cc611e

Complementary Color

#cc611e #1e89cc

#cc611e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc611e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc611e Color CSS Codes

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

#cc611e Text Font Color

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

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


#cc611e Background Color

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

This div background color is #cc611e


#cc611e Border Color

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

This div border color is #cc611e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc611e


Comments

No comments written yet.

Please login to write comment.