Color Hex Logo

#ce2000 Color Hex

#CE2000
(206,32,0)
0 Favorites   0 Comments

Color spaces of #ce2000

RGB 206320
HSL0.031.000.40
HSV100°81°
CMYK 0.000.841.00   0.19
XYZ25.970114.15481.3634
Yxy14.15480.62600.3412
Hunter Lab37.622957.374024.1874
CIE-Lab44.454163.872457.7885

#ce2000 color RGB value is (206,32,0).

#ce2000 hex color red value is 206, green value is 32 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ce2000 hue: 0.03 , saturation: 1.00 and the lightness value of ce2000 is 0.40.

The process color (four color CMYK) of #ce2000 color hex is 0.00, 0.84, 1.00, 0.19. Web safe color of #ce2000 is #cc3300. Color #ce2000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100000 00000000
Octal 316 40 0
Decimal 206 32 0
Hex CE 20 0

RGB Percentages of Color #ce2000

%86.55
%13.45
%0.00

CMYK Percentages of Color #ce2000

%0
%84
%100
%19

Triadic Colors of #ce2000

#ce2000 #00ce20 #2000ce

Analogous Colors of #ce2000

#ce2000 #ce8700 #ce0047

Monochromatic Colors of #ce2000

#ce2000

Complementary Color

#ce2000 #00aece

#ce2000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2000 Color CSS Codes

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

#ce2000 Text Font Color

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

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


#ce2000 Background Color

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

This div background color is #ce2000


#ce2000 Border Color

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

This div border color is #ce2000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2000

#ce2000 Color Palettes


Comments

No comments written yet.

Please login to write comment.