Color Hex Logo

#ce3e2b Color Hex

#CE3E2B
(206,62,43)
0 Favorites   0 Comments

Color spaces of #ce3e2b

RGB 2066243
HSL0.020.650.49
HSV79°81°
CMYK 0.000.700.79   0.19
XYZ27.612316.74154.0616
Yxy16.74150.57030.3458
Hunter Lab40.916448.856522.7560
CIE-Lab47.932755.578243.4032

#ce3e2b color RGB value is (206,62,43).

#ce3e2b hex color red value is 206, green value is 62 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ce3e2b hue: 0.02 , saturation: 0.65 and the lightness value of ce3e2b is 0.49.

The process color (four color CMYK) of #ce3e2b color hex is 0.00, 0.70, 0.79, 0.19. Web safe color of #ce3e2b is #cc3333. Color #ce3e2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111110 00101011
Octal 316 76 53
Decimal 206 62 43
Hex CE 3E 2B

RGB Percentages of Color #ce3e2b

%66.24
%19.94
%13.83

CMYK Percentages of Color #ce3e2b

%0
%70
%79
%19

Triadic Colors of #ce3e2b

#ce3e2b #2bce3e #3e2bce

Analogous Colors of #ce3e2b

#ce3e2b #ce902b #ce2b6a

Monochromatic Colors of #ce3e2b

#ce3e2b

Complementary Color

#ce3e2b #2bbbce

#ce3e2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3e2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3e2b Color CSS Codes

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

#ce3e2b Text Font Color

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

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


#ce3e2b Background Color

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

This div background color is #ce3e2b


#ce3e2b Border Color

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

This div border color is #ce3e2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3e2b


Comments

No comments written yet.

Please login to write comment.