Color Hex Logo

#ce5d49 Color Hex

#CE5D49
(206,93,73)
0 Favorites   0 Comments

Color spaces of #ce5d49

RGB 2069373
HSL0.030.580.55
HSV65°81°
CMYK 0.000.550.65   0.19
XYZ30.570521.43168.8288
Yxy21.43160.50250.3523
Hunter Lab46.294336.857821.0988
CIE-Lab53.418743.358533.1220

#ce5d49 color RGB value is (206,93,73).

#ce5d49 hex color red value is 206, green value is 93 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ce5d49 hue: 0.03 , saturation: 0.58 and the lightness value of ce5d49 is 0.55.

The process color (four color CMYK) of #ce5d49 color hex is 0.00, 0.55, 0.65, 0.19. Web safe color of #ce5d49 is #cc6633. Color #ce5d49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011101 01001001
Octal 316 135 111
Decimal 206 93 73
Hex CE 5D 49

RGB Percentages of Color #ce5d49

%55.38
%25.00
%19.62

CMYK Percentages of Color #ce5d49

%0
%55
%65
%19

Triadic Colors of #ce5d49

#ce5d49 #49ce5d #5d49ce

Analogous Colors of #ce5d49

#ce5d49 #cea049 #ce4978

Monochromatic Colors of #ce5d49

#ce5d49

Complementary Color

#ce5d49 #49bace

#ce5d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5d49 Color CSS Codes

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

#ce5d49 Text Font Color

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

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


#ce5d49 Background Color

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

This div background color is #ce5d49


#ce5d49 Border Color

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

This div border color is #ce5d49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5d49


Comments

No comments written yet.

Please login to write comment.