Color Hex Logo

#ce1507 Color Hex

#CE1507
(206,21,7)
0 Favorites   0 Comments

Color spaces of #ce1507

RGB 206217
HSL0.010.930.42
HSV97°81°
CMYK 0.000.900.97   0.19
XYZ25.760113.67351.4825
Yxy13.67350.62960.3342
Hunter Lab36.977759.639123.5073
CIE-Lab43.761065.983055.2787

#ce1507 color RGB value is (206,21,7).

#ce1507 hex color red value is 206, green value is 21 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ce1507 hue: 0.01 , saturation: 0.93 and the lightness value of ce1507 is 0.42.

The process color (four color CMYK) of #ce1507 color hex is 0.00, 0.90, 0.97, 0.19. Web safe color of #ce1507 is #cc0000. Color #ce1507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010101 00000111
Octal 316 25 7
Decimal 206 21 7
Hex CE 15 7

RGB Percentages of Color #ce1507

%88.03
%8.97
%2.99

CMYK Percentages of Color #ce1507

%0
%90
%97
%19

Triadic Colors of #ce1507

#ce1507 #07ce15 #1507ce

Analogous Colors of #ce1507

#ce1507 #ce7907 #ce075c

Monochromatic Colors of #ce1507

#ce1507

Complementary Color

#ce1507 #07c0ce

#ce1507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1507 Color CSS Codes

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

#ce1507 Text Font Color

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

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


#ce1507 Background Color

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

This div background color is #ce1507


#ce1507 Border Color

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

This div border color is #ce1507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1507


Comments

No comments written yet.

Please login to write comment.