Color Hex Logo

#ce340a Color Hex

#CE340A
(206,52,10)
0 Favorites   0 Comments

Color spaces of #ce340a

RGB 2065210
HSL0.040.910.42
HSV13°95°81°
CMYK 0.000.750.95   0.19
XYZ26.736415.59971.8890
Yxy15.59970.60460.3527
Hunter Lab39.496551.713524.8119
CIE-Lab46.444958.451955.8885

#ce340a color RGB value is (206,52,10).

#ce340a hex color red value is 206, green value is 52 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ce340a hue: 0.04 , saturation: 0.91 and the lightness value of ce340a is 0.42.

The process color (four color CMYK) of #ce340a color hex is 0.00, 0.75, 0.95, 0.19. Web safe color of #ce340a is #cc3300. Color #ce340a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 00001010
Octal 316 64 12
Decimal 206 52 10
Hex CE 34 A

RGB Percentages of Color #ce340a

%76.87
%19.40
%3.73

CMYK Percentages of Color #ce340a

%0
%75
%95
%19

Triadic Colors of #ce340a

#ce340a #0ace34 #340ace

Analogous Colors of #ce340a

#ce340a #ce960a #ce0a42

Monochromatic Colors of #ce340a

#ce340a

Complementary Color

#ce340a #0aa4ce

#ce340a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce340a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce340a Color CSS Codes

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

#ce340a Text Font Color

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

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


#ce340a Background Color

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

This div background color is #ce340a


#ce340a Border Color

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

This div border color is #ce340a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce340a


Comments

No comments written yet.

Please login to write comment.