Color Hex Logo

#ce771a Color Hex

#CE771A
(206,119,26)
0 Favorites   0 Comments

Color spaces of #ce771a

RGB 20611926
HSL0.090.780.45
HSV31°87°81°
CMYK 0.000.420.87   0.19
XYZ32.236926.39004.3720
Yxy26.39000.51170.4189
Hunter Lab51.371222.114330.9139
CIE-Lab58.405427.978859.7989

#ce771a color RGB value is (206,119,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 00011010
Octal 316 167 32
Decimal 206 119 26
Hex CE 77 1A

RGB Percentages of Color #ce771a

%58.69
%33.90
%7.41

CMYK Percentages of Color #ce771a

%0
%42
%87
%19

Triadic Colors of #ce771a

#ce771a #1ace77 #771ace

Analogous Colors of #ce771a

#ce771a #cbce1a #ce1d1a

Monochromatic Colors of #ce771a

#ce771a

Complementary Color

#ce771a #1a71ce

#ce771a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce771a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce771a Color CSS Codes

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

#ce771a Text Font Color

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

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


#ce771a Background Color

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

This div background color is #ce771a


#ce771a Border Color

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

This div border color is #ce771a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce771a


Comments

No comments written yet.

Please login to write comment.