Color Hex Logo

#ce332b Color Hex

#CE332B
(206,51,43)
0 Favorites   0 Comments

Color spaces of #ce332b

RGB 2065143
HSL0.010.650.49
HSV79°81°
CMYK 0.000.750.79   0.19
XYZ27.073515.66393.8820
Yxy15.66390.58070.3360
Hunter Lab39.577652.843921.8889
CIE-Lab46.530459.454341.9854

#ce332b color RGB value is (206,51,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 00101011
Octal 316 63 53
Decimal 206 51 43
Hex CE 33 2B

RGB Percentages of Color #ce332b

%68.67
%17.00
%14.33

CMYK Percentages of Color #ce332b

%0
%75
%79
%19

Triadic Colors of #ce332b

#ce332b #2bce33 #332bce

Analogous Colors of #ce332b

#ce332b #ce852b #ce2b75

Monochromatic Colors of #ce332b

#ce332b

Complementary Color

#ce332b #2bc6ce

#ce332b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce332b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce332b Color CSS Codes

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

#ce332b Text Font Color

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

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


#ce332b Background Color

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

This div background color is #ce332b


#ce332b Border Color

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

This div border color is #ce332b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce332b


Comments

No comments written yet.

Please login to write comment.