Color Hex Logo

#ce362b Color Hex

#CE362B
(206,54,43)
0 Favorites   0 Comments

Color spaces of #ce362b

RGB 2065443
HSL0.010.650.49
HSV79°81°
CMYK 0.000.740.79   0.19
XYZ27.208815.93463.9271
Yxy15.93460.57800.3385
Hunter Lab39.918251.811422.1098
CIE-Lab46.888658.457642.3490

#ce362b color RGB value is (206,54,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110110 00101011
Octal 316 66 53
Decimal 206 54 43
Hex CE 36 2B

RGB Percentages of Color #ce362b

%67.99
%17.82
%14.19

CMYK Percentages of Color #ce362b

%0
%74
%79
%19

Triadic Colors of #ce362b

#ce362b #2bce36 #362bce

Analogous Colors of #ce362b

#ce362b #ce882b #ce2b72

Monochromatic Colors of #ce362b

#ce362b

Complementary Color

#ce362b #2bc3ce

#ce362b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce362b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce362b Color CSS Codes

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

#ce362b Text Font Color

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

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


#ce362b Background Color

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

This div background color is #ce362b


#ce362b Border Color

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

This div border color is #ce362b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce362b


Comments

No comments written yet.

Please login to write comment.