Color Hex Logo

#ce473e Color Hex

#CE473E
(206,71,62)
0 Favorites   0 Comments

Color spaces of #ce473e

RGB 2067162
HSL0.010.600.53
HSV70°81°
CMYK 0.000.660.70   0.19
XYZ28.576317.97616.5210
Yxy17.97610.53840.3387
Hunter Lab42.398246.111620.5597
CIE-Lab49.467152.773934.6249

#ce473e color RGB value is (206,71,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000111 00111110
Octal 316 107 76
Decimal 206 71 62
Hex CE 47 3E

RGB Percentages of Color #ce473e

%60.77
%20.94
%18.29

CMYK Percentages of Color #ce473e

%0
%66
%70
%19

Triadic Colors of #ce473e

#ce473e #3ece47 #473ece

Analogous Colors of #ce473e

#ce473e #ce8f3e #ce3e7d

Monochromatic Colors of #ce473e

#ce473e

Complementary Color

#ce473e #3ec5ce

#ce473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce473e Color CSS Codes

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

#ce473e Text Font Color

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

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


#ce473e Background Color

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

This div background color is #ce473e


#ce473e Border Color

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

This div border color is #ce473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce473e


Comments

No comments written yet.

Please login to write comment.