Color Hex Logo

#ce4829 Color Hex

#CE4829
(206,72,41)
0 Favorites   0 Comments

Color spaces of #ce4829

RGB 2067241
HSL0.030.670.48
HSV11°80°81°
CMYK 0.000.650.80   0.19
XYZ28.171217.91664.0713
Yxy17.91660.56160.3572
Hunter Lab42.328044.725823.9268
CIE-Lab49.394851.495245.8710

#ce4829 color RGB value is (206,72,41).

#ce4829 hex color red value is 206, green value is 72 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ce4829 hue: 0.03 , saturation: 0.67 and the lightness value of ce4829 is 0.48.

The process color (four color CMYK) of #ce4829 color hex is 0.00, 0.65, 0.80, 0.19. Web safe color of #ce4829 is #cc3333. Color #ce4829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 00101001
Octal 316 110 51
Decimal 206 72 41
Hex CE 48 29

RGB Percentages of Color #ce4829

%64.58
%22.57
%12.85

CMYK Percentages of Color #ce4829

%0
%65
%80
%19

Triadic Colors of #ce4829

#ce4829 #29ce48 #4829ce

Analogous Colors of #ce4829

#ce4829 #ce9b29 #ce295c

Monochromatic Colors of #ce4829

#ce4829

Complementary Color

#ce4829 #29afce

#ce4829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4829 Color CSS Codes

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

#ce4829 Text Font Color

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

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


#ce4829 Background Color

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

This div background color is #ce4829


#ce4829 Border Color

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

This div border color is #ce4829


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,72,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce4829; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce4829;
  -webkit-box-shadow: 1px 1px 3px 2px #ce4829;
  box-shadow:         1px 1px 3px 2px #ce4829; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,72,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4829


Comments

No comments written yet.

Please login to write comment.