Color Hex Logo

#ce570c Color Hex

#CE570C
(206,87,12)
0 Favorites   0 Comments

Color spaces of #ce570c

RGB 2068712
HSL0.060.890.43
HSV23°94°81°
CMYK 0.000.580.94   0.19
XYZ28.928219.96472.6767
Yxy19.96470.56100.3871
Hunter Lab44.681937.372227.7255
CIE-Lab51.797344.099458.7383

#ce570c color RGB value is (206,87,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 00001100
Octal 316 127 14
Decimal 206 87 12
Hex CE 57 C

RGB Percentages of Color #ce570c

%67.54
%28.52
%3.93

CMYK Percentages of Color #ce570c

%0
%58
%94
%19

Triadic Colors of #ce570c

#ce570c #0cce57 #570cce

Analogous Colors of #ce570c

#ce570c #ceb80c #ce0c22

Monochromatic Colors of #ce570c

#ce570c

Complementary Color

#ce570c #0c83ce

#ce570c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce570c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce570c Color CSS Codes

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

#ce570c Text Font Color

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

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


#ce570c Background Color

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

This div background color is #ce570c


#ce570c Border Color

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

This div border color is #ce570c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce570c


Comments

No comments written yet.

Please login to write comment.