Color Hex Logo

#ce493e Color Hex

#CE493E
(206,73,62)
0 Favorites   0 Comments

Color spaces of #ce493e

RGB 2067362
HSL0.010.600.53
HSV70°81°
CMYK 0.000.650.70   0.19
XYZ28.705618.23476.5641
Yxy18.23470.53650.3408
Hunter Lab42.702145.264220.7775
CIE-Lab49.779551.931634.9915

#ce493e color RGB value is (206,73,62).

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

The process color (four color CMYK) of #ce493e color hex is 0.00, 0.65, 0.70, 0.19. Web safe color of #ce493e is #cc3333. Color #ce493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 00111110
Octal 316 111 76
Decimal 206 73 62
Hex CE 49 3E

RGB Percentages of Color #ce493e

%60.41
%21.41
%18.18

CMYK Percentages of Color #ce493e

%0
%65
%70
%19

Triadic Colors of #ce493e

#ce493e #3ece49 #493ece

Analogous Colors of #ce493e

#ce493e #ce913e #ce3e7b

Monochromatic Colors of #ce493e

#ce493e

Complementary Color

#ce493e #3ec3ce

#ce493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce493e Color CSS Codes

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

#ce493e Text Font Color

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

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


#ce493e Background Color

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

This div background color is #ce493e


#ce493e Border Color

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

This div border color is #ce493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce493e


Comments

No comments written yet.

Please login to write comment.