Color Hex Logo

#ce0018 Color Hex

#CE0018
(206,0,24)
1 Favorites   0 Comments

Color spaces of #ce0018

RGB 206024
HSL0.981.000.40
HSV353°100°81°
CMYK 0.001.000.88   0.19
XYZ25.618513.18782.0594
Yxy13.18780.62690.3227
Hunter Lab36.315062.371922.0582
CIE-Lab43.044968.475948.5142

#ce0018 color RGB value is (206,0,24).

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

The process color (four color CMYK) of #ce0018 color hex is 0.00, 1.00, 0.88, 0.19. Web safe color of #ce0018 is #cc0000. Color #ce0018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 00011000
Octal 316 0 30
Decimal 206 0 24
Hex CE 0 18

RGB Percentages of Color #ce0018

%89.57
%0.00
%10.43

CMYK Percentages of Color #ce0018

%0
%100
%88
%19

Triadic Colors of #ce0018

#ce0018 #18ce00 #0018ce

Analogous Colors of #ce0018

#ce0018 #ce4f00 #ce007f

Monochromatic Colors of #ce0018

#ce0018

Complementary Color

#ce0018 #00ceb6

#ce0018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0018 Color CSS Codes

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

#ce0018 Text Font Color

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

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


#ce0018 Background Color

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

This div background color is #ce0018


#ce0018 Border Color

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

This div border color is #ce0018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0018


Comments

No comments written yet.

Please login to write comment.