Color Hex Logo

#ce5419 Color Hex

#CE5419
(206,84,25)
0 Favorites   0 Comments

Color spaces of #ce5419

RGB 2068425
HSL0.050.780.45
HSV20°88°81°
CMYK 0.000.590.88   0.19
XYZ28.799419.53263.1720
Yxy19.53260.55920.3792
Hunter Lab44.195738.974126.6816
CIE-Lab51.304645.723154.5028

#ce5419 color RGB value is (206,84,25).

#ce5419 hex color red value is 206, green value is 84 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ce5419 hue: 0.05 , saturation: 0.78 and the lightness value of ce5419 is 0.45.

The process color (four color CMYK) of #ce5419 color hex is 0.00, 0.59, 0.88, 0.19. Web safe color of #ce5419 is #cc6600. Color #ce5419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 00011001
Octal 316 124 31
Decimal 206 84 25
Hex CE 54 19

RGB Percentages of Color #ce5419

%65.40
%26.67
%7.94

CMYK Percentages of Color #ce5419

%0
%59
%88
%19

Triadic Colors of #ce5419

#ce5419 #19ce54 #5419ce

Analogous Colors of #ce5419

#ce5419 #ceaf19 #ce1938

Monochromatic Colors of #ce5419

#ce5419

Complementary Color

#ce5419 #1993ce

#ce5419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5419 Color CSS Codes

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

#ce5419 Text Font Color

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

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


#ce5419 Background Color

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

This div background color is #ce5419


#ce5419 Border Color

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

This div border color is #ce5419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5419


Comments

No comments written yet.

Please login to write comment.