Color Hex Logo

#ce601a Color Hex

#CE601A
(206,96,26)
0 Favorites   0 Comments

Color spaces of #ce601a

RGB 2069626
HSL0.060.780.45
HSV23°87°81°
CMYK 0.000.530.87   0.19
XYZ29.822921.56213.5673
Yxy21.56210.54270.3924
Hunter Lab46.435033.380427.9496
CIE-Lab53.559339.936855.9332

#ce601a color RGB value is (206,96,26).

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

The process color (four color CMYK) of #ce601a color hex is 0.00, 0.53, 0.87, 0.19. Web safe color of #ce601a is #cc6633. Color #ce601a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100000 00011010
Octal 316 140 32
Decimal 206 96 26
Hex CE 60 1A

RGB Percentages of Color #ce601a

%62.80
%29.27
%7.93

CMYK Percentages of Color #ce601a

%0
%53
%87
%19

Triadic Colors of #ce601a

#ce601a #1ace60 #601ace

Analogous Colors of #ce601a

#ce601a #ceba1a #ce1a2e

Monochromatic Colors of #ce601a

#ce601a

Complementary Color

#ce601a #1a88ce

#ce601a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce601a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce601a Color CSS Codes

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

#ce601a Text Font Color

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

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


#ce601a Background Color

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

This div background color is #ce601a


#ce601a Border Color

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

This div border color is #ce601a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce601a


Comments

No comments written yet.

Please login to write comment.