Color Hex Logo

#ce002f Color Hex

#CE002F
(206,0,47)
0 Favorites   0 Comments

Color spaces of #ce002f

RGB 206047
HSL0.961.000.40
HSV346°100°81°
CMYK 0.001.000.77   0.19
XYZ25.966713.32703.8931
Yxy13.32700.60130.3086
Hunter Lab36.506263.080619.2315
CIE-Lab43.251969.040336.2701

#ce002f color RGB value is (206,0,47).

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

The process color (four color CMYK) of #ce002f color hex is 0.00, 1.00, 0.77, 0.19. Web safe color of #ce002f is #cc0033. Color #ce002f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 00101111
Octal 316 0 57
Decimal 206 0 47
Hex CE 0 2F

RGB Percentages of Color #ce002f

%81.42
%0.00
%18.58

CMYK Percentages of Color #ce002f

%0
%100
%77
%19

Triadic Colors of #ce002f

#ce002f #2fce00 #002fce

Analogous Colors of #ce002f

#ce002f #ce3800 #ce0096

Monochromatic Colors of #ce002f

#ce002f

Complementary Color

#ce002f #00ce9f

#ce002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce002f Color CSS Codes

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

#ce002f Text Font Color

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

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


#ce002f Background Color

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

This div background color is #ce002f


#ce002f Border Color

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

This div border color is #ce002f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce002f


Comments

No comments written yet.

Please login to write comment.