Color Hex Logo

#ce510d Color Hex

#CE510D
(206,81,13)
0 Favorites   0 Comments

Color spaces of #ce510d

RGB 2068113
HSL0.060.880.43
HSV21°94°81°
CMYK 0.000.610.94   0.19
XYZ28.468719.03572.5546
Yxy19.03570.56870.3803
Hunter Lab43.629940.119627.0694
CIE-Lab50.728946.914057.7944

#ce510d color RGB value is (206,81,13).

#ce510d hex color red value is 206, green value is 81 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ce510d hue: 0.06 , saturation: 0.88 and the lightness value of ce510d is 0.43.

The process color (four color CMYK) of #ce510d color hex is 0.00, 0.61, 0.94, 0.19. Web safe color of #ce510d is #cc6600. Color #ce510d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 00001101
Octal 316 121 15
Decimal 206 81 13
Hex CE 51 D

RGB Percentages of Color #ce510d

%68.67
%27.00
%4.33

CMYK Percentages of Color #ce510d

%0
%61
%94
%19

Triadic Colors of #ce510d

#ce510d #0dce51 #510dce

Analogous Colors of #ce510d

#ce510d #ceb20d #ce0d2a

Monochromatic Colors of #ce510d

#ce510d

Complementary Color

#ce510d #0d8ace

#ce510d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce510d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce510d Color CSS Codes

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

#ce510d Text Font Color

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

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


#ce510d Background Color

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

This div background color is #ce510d


#ce510d Border Color

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

This div border color is #ce510d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce510d


Comments

No comments written yet.

Please login to write comment.