Color Hex Logo

#ce6111 Color Hex

#CE6111
(206,97,17)
0 Favorites   0 Comments

Color spaces of #ce6111

RGB 2069717
HSL0.070.850.44
HSV25°92°81°
CMYK 0.000.530.92   0.19
XYZ29.829521.71173.1489
Yxy21.71170.54540.3970
Hunter Lab46.595832.728728.6103
CIE-Lab53.719839.270158.8167

#ce6111 color RGB value is (206,97,17).

#ce6111 hex color red value is 206, green value is 97 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ce6111 hue: 0.07 , saturation: 0.85 and the lightness value of ce6111 is 0.44.

The process color (four color CMYK) of #ce6111 color hex is 0.00, 0.53, 0.92, 0.19. Web safe color of #ce6111 is #cc6600. Color #ce6111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 00010001
Octal 316 141 21
Decimal 206 97 17
Hex CE 61 11

RGB Percentages of Color #ce6111

%64.38
%30.31
%5.31

CMYK Percentages of Color #ce6111

%0
%53
%92
%19

Triadic Colors of #ce6111

#ce6111 #11ce61 #6111ce

Analogous Colors of #ce6111

#ce6111 #cec011 #ce1120

Monochromatic Colors of #ce6111

#ce6111

Complementary Color

#ce6111 #117ece

#ce6111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6111 Color CSS Codes

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

#ce6111 Text Font Color

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

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


#ce6111 Background Color

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

This div background color is #ce6111


#ce6111 Border Color

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

This div border color is #ce6111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6111


Comments

No comments written yet.

Please login to write comment.