Color Hex Logo

#ce493d Color Hex

#CE493D
(206,73,61)
0 Favorites   0 Comments

Color spaces of #ce493d

RGB 2067361
HSL0.010.600.52
HSV70°81°
CMYK 0.000.650.70   0.19
XYZ28.678418.22386.4209
Yxy18.22380.53780.3418
Hunter Lab42.689345.208720.9647
CIE-Lab49.766451.882135.5434

#ce493d color RGB value is (206,73,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 00111101
Octal 316 111 75
Decimal 206 73 61
Hex CE 49 3D

RGB Percentages of Color #ce493d

%60.59
%21.47
%17.94

CMYK Percentages of Color #ce493d

%0
%65
%70
%19

Triadic Colors of #ce493d

#ce493d #3dce49 #493dce

Analogous Colors of #ce493d

#ce493d #ce923d #ce3d7a

Monochromatic Colors of #ce493d

#ce493d

Complementary Color

#ce493d #3dc2ce

#ce493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce493d Color CSS Codes

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

#ce493d Text Font Color

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

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


#ce493d Background Color

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

This div background color is #ce493d


#ce493d Border Color

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

This div border color is #ce493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce493d


Comments

No comments written yet.

Please login to write comment.