Color Hex Logo

#ce570b Color Hex

#CE570B
(206,87,11)
0 Favorites   0 Comments

Color spaces of #ce570b

RGB 2068711
HSL0.060.900.43
HSV23°95°81°
CMYK 0.000.580.95   0.19
XYZ28.922219.96242.6454
Yxy19.96240.56130.3874
Hunter Lab44.679337.359427.7650
CIE-Lab51.794744.087358.9613

#ce570b color RGB value is (206,87,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 00001011
Octal 316 127 13
Decimal 206 87 11
Hex CE 57 B

RGB Percentages of Color #ce570b

%67.76
%28.62
%3.62

CMYK Percentages of Color #ce570b

%0
%58
%95
%19

Triadic Colors of #ce570b

#ce570b #0bce57 #570bce

Analogous Colors of #ce570b

#ce570b #ceb90b #ce0b20

Monochromatic Colors of #ce570b

#ce570b

Complementary Color

#ce570b #0b82ce

#ce570b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce570b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce570b Color CSS Codes

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

#ce570b Text Font Color

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

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


#ce570b Background Color

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

This div background color is #ce570b


#ce570b Border Color

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

This div border color is #ce570b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce570b


Comments

No comments written yet.

Please login to write comment.