Color Hex Logo

#ce570d Color Hex

#CE570D
(206,87,13)
0 Favorites   0 Comments

Color spaces of #ce570d

RGB 2068713
HSL0.060.880.43
HSV23°94°81°
CMYK 0.000.580.94   0.19
XYZ28.934419.96732.7098
Yxy19.96730.56060.3869
Hunter Lab44.684837.384427.6839
CIE-Lab51.800244.110758.5046

#ce570d color RGB value is (206,87,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 00001101
Octal 316 127 15
Decimal 206 87 13
Hex CE 57 D

RGB Percentages of Color #ce570d

%67.32
%28.43
%4.25

CMYK Percentages of Color #ce570d

%0
%58
%94
%19

Triadic Colors of #ce570d

#ce570d #0dce57 #570dce

Analogous Colors of #ce570d

#ce570d #ceb80d #ce0d24

Monochromatic Colors of #ce570d

#ce570d

Complementary Color

#ce570d #0d84ce

#ce570d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce570d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce570d Color CSS Codes

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

#ce570d Text Font Color

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

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


#ce570d Background Color

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

This div background color is #ce570d


#ce570d Border Color

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

This div border color is #ce570d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce570d


Comments

No comments written yet.

Please login to write comment.