Color Hex Logo

#ce5327 Color Hex

#CE5327
(206,83,39)
0 Favorites   0 Comments

Color spaces of #ce5327

RGB 2068339
HSL0.040.680.48
HSV16°81°81°
CMYK 0.000.600.81   0.19
XYZ28.913119.45484.1507
Yxy19.45480.55050.3704
Hunter Lab44.107639.820825.2959
CIE-Lab51.215146.550248.5775

#ce5327 color RGB value is (206,83,39).

#ce5327 hex color red value is 206, green value is 83 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ce5327 hue: 0.04 , saturation: 0.68 and the lightness value of ce5327 is 0.48.

The process color (four color CMYK) of #ce5327 color hex is 0.00, 0.60, 0.81, 0.19. Web safe color of #ce5327 is #cc6633. Color #ce5327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 00100111
Octal 316 123 47
Decimal 206 83 39
Hex CE 53 27

RGB Percentages of Color #ce5327

%62.80
%25.30
%11.89

CMYK Percentages of Color #ce5327

%0
%60
%81
%19

Triadic Colors of #ce5327

#ce5327 #27ce53 #5327ce

Analogous Colors of #ce5327

#ce5327 #cea727 #ce274f

Monochromatic Colors of #ce5327

#ce5327

Complementary Color

#ce5327 #27a2ce

#ce5327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5327 Color CSS Codes

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

#ce5327 Text Font Color

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

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


#ce5327 Background Color

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

This div background color is #ce5327


#ce5327 Border Color

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

This div border color is #ce5327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5327


Comments

No comments written yet.

Please login to write comment.