Color Hex Logo

#ce532b Color Hex

#CE532B
(206,83,43)
0 Favorites   0 Comments

Color spaces of #ce532b

RGB 2068343
HSL0.040.650.49
HSV15°79°81°
CMYK 0.000.600.79   0.19
XYZ28.982919.48274.5185
Yxy19.48270.54700.3677
Hunter Lab44.139239.963924.8280
CIE-Lab51.247246.682146.7007

#ce532b color RGB value is (206,83,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 00101011
Octal 316 123 53
Decimal 206 83 43
Hex CE 53 2B

RGB Percentages of Color #ce532b

%62.05
%25.00
%12.95

CMYK Percentages of Color #ce532b

%0
%60
%79
%19

Triadic Colors of #ce532b

#ce532b #2bce53 #532bce

Analogous Colors of #ce532b

#ce532b #cea52b #ce2b54

Monochromatic Colors of #ce532b

#ce532b

Complementary Color

#ce532b #2ba6ce

#ce532b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce532b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce532b Color CSS Codes

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

#ce532b Text Font Color

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

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


#ce532b Background Color

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

This div background color is #ce532b


#ce532b Border Color

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

This div border color is #ce532b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce532b


Comments

No comments written yet.

Please login to write comment.