Color Hex Logo

#ce493b Color Hex

#CE493B
(206,73,59)
0 Favorites   0 Comments

Color spaces of #ce493b

RGB 2067359
HSL0.020.600.52
HSV71°81°
CMYK 0.000.650.71   0.19
XYZ28.625618.20276.1424
Yxy18.20270.54040.3436
Hunter Lab42.664645.100521.3293
CIE-Lab49.741051.785636.6418

#ce493b color RGB value is (206,73,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 00111011
Octal 316 111 73
Decimal 206 73 59
Hex CE 49 3B

RGB Percentages of Color #ce493b

%60.95
%21.60
%17.46

CMYK Percentages of Color #ce493b

%0
%65
%71
%19

Triadic Colors of #ce493b

#ce493b #3bce49 #493bce

Analogous Colors of #ce493b

#ce493b #ce933b #ce3b77

Monochromatic Colors of #ce493b

#ce493b

Complementary Color

#ce493b #3bc0ce

#ce493b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce493b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce493b Color CSS Codes

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

#ce493b Text Font Color

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

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


#ce493b Background Color

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

This div background color is #ce493b


#ce493b Border Color

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

This div border color is #ce493b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce493b


Comments

No comments written yet.

Please login to write comment.