Color Hex Logo

#ce7315 Color Hex

#CE7315
(206,115,21)
0 Favorites   0 Comments

Color spaces of #ce7315

RGB 20611521
HSL0.080.810.45
HSV30°90°81°
CMYK 0.000.440.90   0.19
XYZ31.719725.43743.9476
Yxy25.43740.51910.4163
Hunter Lab50.435523.999430.6642
CIE-Lab57.499130.010360.5283

#ce7315 color RGB value is (206,115,21).

#ce7315 hex color red value is 206, green value is 115 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ce7315 hue: 0.08 , saturation: 0.81 and the lightness value of ce7315 is 0.45.

The process color (four color CMYK) of #ce7315 color hex is 0.00, 0.44, 0.90, 0.19. Web safe color of #ce7315 is #cc6600. Color #ce7315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 00010101
Octal 316 163 25
Decimal 206 115 21
Hex CE 73 15

RGB Percentages of Color #ce7315

%60.23
%33.63
%6.14

CMYK Percentages of Color #ce7315

%0
%44
%90
%19

Triadic Colors of #ce7315

#ce7315 #15ce73 #7315ce

Analogous Colors of #ce7315

#ce7315 #cdce15 #ce1715

Monochromatic Colors of #ce7315

#ce7315

Complementary Color

#ce7315 #1570ce

#ce7315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7315 Color CSS Codes

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

#ce7315 Text Font Color

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

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


#ce7315 Background Color

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

This div background color is #ce7315


#ce7315 Border Color

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

This div border color is #ce7315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7315


Comments

No comments written yet.

Please login to write comment.