Color Hex Logo

#ce402b Color Hex

#CE402B
(206,64,43)
0 Favorites   0 Comments

Color spaces of #ce402b

RGB 2066443
HSL0.020.650.49
HSV79°81°
CMYK 0.000.690.79   0.19
XYZ27.723016.96304.0985
Yxy16.96300.56830.3477
Hunter Lab41.186248.075122.9303
CIE-Lab48.213454.810143.6854

#ce402b color RGB value is (206,64,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 00101011
Octal 316 100 53
Decimal 206 64 43
Hex CE 40 2B

RGB Percentages of Color #ce402b

%65.81
%20.45
%13.74

CMYK Percentages of Color #ce402b

%0
%69
%79
%19

Triadic Colors of #ce402b

#ce402b #2bce40 #402bce

Analogous Colors of #ce402b

#ce402b #ce922b #ce2b68

Monochromatic Colors of #ce402b

#ce402b

Complementary Color

#ce402b #2bb9ce

#ce402b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce402b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce402b Color CSS Codes

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

#ce402b Text Font Color

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

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


#ce402b Background Color

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

This div background color is #ce402b


#ce402b Border Color

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

This div border color is #ce402b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce402b


Comments

No comments written yet.

Please login to write comment.