Color Hex Logo

#cc5826 Color Hex

#CC5826
(204,88,38)
0 Favorites   0 Comments

Color spaces of #cc5826

RGB 2048838
HSL0.050.690.47
HSV18°81°80°
CMYK 0.000.570.81   0.20
XYZ28.741419.95684.1709
Yxy19.95680.54360.3775
Hunter Lab44.673036.664225.7355
CIE-Lab51.788343.412449.4568

#cc5826 color RGB value is (204,88,38).

#cc5826 hex color red value is 204, green value is 88 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #cc5826 hue: 0.05 , saturation: 0.69 and the lightness value of cc5826 is 0.47.

The process color (four color CMYK) of #cc5826 color hex is 0.00, 0.57, 0.81, 0.20. Web safe color of #cc5826 is #cc6633. Color #cc5826 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 00100110
Octal 314 130 46
Decimal 204 88 38
Hex CC 58 26

RGB Percentages of Color #cc5826

%61.82
%26.67
%11.52

CMYK Percentages of Color #cc5826

%0
%57
%81
%20

Triadic Colors of #cc5826

#cc5826 #26cc58 #5826cc

Analogous Colors of #cc5826

#cc5826 #ccab26 #cc2647

Monochromatic Colors of #cc5826

#cc5826

Complementary Color

#cc5826 #269acc

#cc5826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5826 Color CSS Codes

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

#cc5826 Text Font Color

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

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


#cc5826 Background Color

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

This div background color is #cc5826


#cc5826 Border Color

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

This div border color is #cc5826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5826

#cc5826 Color Palettes


Comments

No comments written yet.

Please login to write comment.