Color Hex Logo

#ce523e Color Hex

#CE523E
(206,82,62)
0 Favorites   0 Comments

Color spaces of #ce523e

RGB 2068262
HSL0.020.600.53
HSV70°81°
CMYK 0.000.600.70   0.19
XYZ29.340419.50426.7757
Yxy19.50420.52750.3507
Hunter Lab44.163641.301621.8180
CIE-Lab51.272047.953636.7309

#ce523e color RGB value is (206,82,62).

#ce523e hex color red value is 206, green value is 82 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ce523e hue: 0.02 , saturation: 0.60 and the lightness value of ce523e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010010 00111110
Octal 316 122 76
Decimal 206 82 62
Hex CE 52 3E

RGB Percentages of Color #ce523e

%58.86
%23.43
%17.71

CMYK Percentages of Color #ce523e

%0
%60
%70
%19

Triadic Colors of #ce523e

#ce523e #3ece52 #523ece

Analogous Colors of #ce523e

#ce523e #ce9a3e #ce3e72

Monochromatic Colors of #ce523e

#ce523e

Complementary Color

#ce523e #3ebace

#ce523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce523e Color CSS Codes

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

#ce523e Text Font Color

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

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


#ce523e Background Color

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

This div background color is #ce523e


#ce523e Border Color

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

This div border color is #ce523e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce523e


Comments

No comments written yet.

Please login to write comment.