Color Hex Logo

#ce340d Color Hex

#CE340D
(206,52,13)
0 Favorites   0 Comments

Color spaces of #ce340d

RGB 2065213
HSL0.030.880.43
HSV12°94°81°
CMYK 0.000.750.94   0.19
XYZ26.754215.60691.9831
Yxy15.60690.60330.3519
Hunter Lab39.505651.750124.6777
CIE-Lab46.454558.483255.0592

#ce340d color RGB value is (206,52,13).

#ce340d hex color red value is 206, green value is 52 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ce340d hue: 0.03 , saturation: 0.88 and the lightness value of ce340d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 00001101
Octal 316 64 15
Decimal 206 52 13
Hex CE 34 D

RGB Percentages of Color #ce340d

%76.01
%19.19
%4.80

CMYK Percentages of Color #ce340d

%0
%75
%94
%19

Triadic Colors of #ce340d

#ce340d #0dce34 #340dce

Analogous Colors of #ce340d

#ce340d #ce950d #ce0d46

Monochromatic Colors of #ce340d

#ce340d

Complementary Color

#ce340d #0da7ce

#ce340d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce340d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce340d Color CSS Codes

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

#ce340d Text Font Color

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

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


#ce340d Background Color

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

This div background color is #ce340d


#ce340d Border Color

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

This div border color is #ce340d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce340d


Comments

No comments written yet.

Please login to write comment.