Color Hex Logo

#ce031e Color Hex

#CE031E
(206,3,30)
0 Favorites   0 Comments

Color spaces of #ce031e

RGB 206330
HSL0.980.970.41
HSV352°99°81°
CMYK 0.000.990.85   0.19
XYZ25.720513.28072.4361
Yxy13.28070.62070.3205
Hunter Lab36.442762.206921.5465
CIE-Lab43.183268.307845.6838

#ce031e color RGB value is (206,3,30).

#ce031e hex color red value is 206, green value is 3 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ce031e hue: 0.98 , saturation: 0.97 and the lightness value of ce031e is 0.41.

The process color (four color CMYK) of #ce031e color hex is 0.00, 0.99, 0.85, 0.19. Web safe color of #ce031e is #cc0033. Color #ce031e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 00011110
Octal 316 3 36
Decimal 206 3 30
Hex CE 3 1E

RGB Percentages of Color #ce031e

%86.19
%1.26
%12.55

CMYK Percentages of Color #ce031e

%0
%99
%85
%19

Triadic Colors of #ce031e

#ce031e #1ece03 #031ece

Analogous Colors of #ce031e

#ce031e #ce4e03 #ce0384

Monochromatic Colors of #ce031e

#ce031e

Complementary Color

#ce031e #03ceb3

#ce031e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce031e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce031e Color CSS Codes

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

#ce031e Text Font Color

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

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


#ce031e Background Color

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

This div background color is #ce031e


#ce031e Border Color

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

This div border color is #ce031e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce031e


Comments

No comments written yet.

Please login to write comment.