Color Hex Logo

#ce5321 Color Hex

#CE5321
(206,83,33)
0 Favorites   0 Comments

Color spaces of #ce5321

RGB 2068333
HSL0.050.720.47
HSV17°84°81°
CMYK 0.000.600.84   0.19
XYZ28.821419.41813.6679
Yxy19.41810.55520.3741
Hunter Lab44.066039.632725.9111
CIE-Lab51.172846.376651.2226

#ce5321 color RGB value is (206,83,33).

#ce5321 hex color red value is 206, green value is 83 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ce5321 hue: 0.05 , saturation: 0.72 and the lightness value of ce5321 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 00100001
Octal 316 123 41
Decimal 206 83 33
Hex CE 53 21

RGB Percentages of Color #ce5321

%63.98
%25.78
%10.25

CMYK Percentages of Color #ce5321

%0
%60
%84
%19

Triadic Colors of #ce5321

#ce5321 #21ce53 #5321ce

Analogous Colors of #ce5321

#ce5321 #ceaa21 #ce2146

Monochromatic Colors of #ce5321

#ce5321

Complementary Color

#ce5321 #219cce

#ce5321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5321 Color CSS Codes

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

#ce5321 Text Font Color

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

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


#ce5321 Background Color

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

This div background color is #ce5321


#ce5321 Border Color

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

This div border color is #ce5321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5321


Comments

No comments written yet.

Please login to write comment.