Color Hex Logo

#ce532a Color Hex

#CE532A
(206,83,42)
0 Favorites   0 Comments

Color spaces of #ce532a

RGB 2068342
HSL0.040.660.49
HSV15°80°81°
CMYK 0.000.600.80   0.19
XYZ28.964819.47554.4230
Yxy19.47550.54790.3684
Hunter Lab44.131139.926624.9494
CIE-Lab51.238946.647847.1777

#ce532a color RGB value is (206,83,42).

#ce532a hex color red value is 206, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ce532a hue: 0.04 , saturation: 0.66 and the lightness value of ce532a is 0.49.

The process color (four color CMYK) of #ce532a color hex is 0.00, 0.60, 0.80, 0.19. Web safe color of #ce532a is #cc6633. Color #ce532a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 00101010
Octal 316 123 52
Decimal 206 83 42
Hex CE 53 2A

RGB Percentages of Color #ce532a

%62.24
%25.08
%12.69

CMYK Percentages of Color #ce532a

%0
%60
%80
%19

Triadic Colors of #ce532a

#ce532a #2ace53 #532ace

Analogous Colors of #ce532a

#ce532a #cea52a #ce2a53

Monochromatic Colors of #ce532a

#ce532a

Complementary Color

#ce532a #2aa5ce

#ce532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce532a Color CSS Codes

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

#ce532a Text Font Color

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

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


#ce532a Background Color

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

This div background color is #ce532a


#ce532a Border Color

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

This div border color is #ce532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce532a


Comments

No comments written yet.

Please login to write comment.