Color Hex Logo

#ce300e Color Hex

#CE300E
(206,48,14)
0 Favorites   0 Comments

Color spaces of #ce300e

RGB 2064814
HSL0.030.870.43
HSV11°93°81°
CMYK 0.000.770.93   0.19
XYZ26.589815.26741.9609
Yxy15.26740.60680.3484
Hunter Lab39.073553.091824.3760
CIE-Lab45.998359.776954.4698

#ce300e color RGB value is (206,48,14).

#ce300e hex color red value is 206, green value is 48 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ce300e hue: 0.03 , saturation: 0.87 and the lightness value of ce300e is 0.43.

The process color (four color CMYK) of #ce300e color hex is 0.00, 0.77, 0.93, 0.19. Web safe color of #ce300e is #cc3300. Color #ce300e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 00001110
Octal 316 60 16
Decimal 206 48 14
Hex CE 30 E

RGB Percentages of Color #ce300e

%76.87
%17.91
%5.22

CMYK Percentages of Color #ce300e

%0
%77
%93
%19

Triadic Colors of #ce300e

#ce300e #0ece30 #300ece

Analogous Colors of #ce300e

#ce300e #ce900e #ce0e4c

Monochromatic Colors of #ce300e

#ce300e

Complementary Color

#ce300e #0eacce

#ce300e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce300e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce300e Color CSS Codes

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

#ce300e Text Font Color

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

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


#ce300e Background Color

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

This div background color is #ce300e


#ce300e Border Color

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

This div border color is #ce300e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce300e


Comments

No comments written yet.

Please login to write comment.