Color Hex Logo

#ce580d Color Hex

#CE580D
(206,88,13)
0 Favorites   0 Comments

Color spaces of #ce580d

RGB 2068813
HSL0.060.880.43
HSV23°94°81°
CMYK 0.000.570.94   0.19
XYZ29.016020.13032.7370
Yxy20.13030.55930.3880
Hunter Lab44.866836.921627.7899
CIE-Lab51.984243.633558.6271

#ce580d color RGB value is (206,88,13).

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

The process color (four color CMYK) of #ce580d color hex is 0.00, 0.57, 0.94, 0.19. Web safe color of #ce580d is #cc6600. Color #ce580d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 00001101
Octal 316 130 15
Decimal 206 88 13
Hex CE 58 D

RGB Percentages of Color #ce580d

%67.10
%28.66
%4.23

CMYK Percentages of Color #ce580d

%0
%57
%94
%19

Triadic Colors of #ce580d

#ce580d #0dce58 #580dce

Analogous Colors of #ce580d

#ce580d #ceb90d #ce0d22

Monochromatic Colors of #ce580d

#ce580d

Complementary Color

#ce580d #0d83ce

#ce580d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce580d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce580d Color CSS Codes

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

#ce580d Text Font Color

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

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


#ce580d Background Color

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

This div background color is #ce580d


#ce580d Border Color

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

This div border color is #ce580d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce580d


Comments

No comments written yet.

Please login to write comment.