Color Hex Logo

#ce462e Color Hex

#CE462E
(206,70,46)
0 Favorites   0 Comments

Color spaces of #ce462e

RGB 2067046
HSL0.030.630.49
HSV78°81°
CMYK 0.000.660.78   0.19
XYZ28.136917.69944.5181
Yxy17.69940.55880.3515
Hunter Lab42.070745.757323.0821
CIE-Lab49.129552.503543.0514

#ce462e color RGB value is (206,70,46).

#ce462e hex color red value is 206, green value is 70 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ce462e hue: 0.03 , saturation: 0.63 and the lightness value of ce462e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 00101110
Octal 316 106 56
Decimal 206 70 46
Hex CE 46 2E

RGB Percentages of Color #ce462e

%63.98
%21.74
%14.29

CMYK Percentages of Color #ce462e

%0
%66
%78
%19

Triadic Colors of #ce462e

#ce462e #2ece46 #462ece

Analogous Colors of #ce462e

#ce462e #ce962e #ce2e66

Monochromatic Colors of #ce462e

#ce462e

Complementary Color

#ce462e #2eb6ce

#ce462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce462e Color CSS Codes

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

#ce462e Text Font Color

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

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


#ce462e Background Color

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

This div background color is #ce462e


#ce462e Border Color

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

This div border color is #ce462e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce462e


Comments

No comments written yet.

Please login to write comment.