Color Hex Logo

#ce032e Color Hex

#CE032E
(206,3,46)
0 Favorites   0 Comments

Color spaces of #ce032e

RGB 206346
HSL0.960.970.41
HSV347°99°81°
CMYK 0.000.990.78   0.19
XYZ25.979313.38423.7989
Yxy13.38420.60190.3101
Hunter Lab36.584462.733519.4525
CIE-Lab43.336568.727936.9518

#ce032e color RGB value is (206,3,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 00101110
Octal 316 3 56
Decimal 206 3 46
Hex CE 3 2E

RGB Percentages of Color #ce032e

%80.78
%1.18
%18.04

CMYK Percentages of Color #ce032e

%0
%99
%78
%19

Triadic Colors of #ce032e

#ce032e #2ece03 #032ece

Analogous Colors of #ce032e

#ce032e #ce3d03 #ce0394

Monochromatic Colors of #ce032e

#ce032e

Complementary Color

#ce032e #03cea3

#ce032e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce032e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce032e Color CSS Codes

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

#ce032e Text Font Color

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

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


#ce032e Background Color

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

This div background color is #ce032e


#ce032e Border Color

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

This div border color is #ce032e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce032e


Comments

No comments written yet.

Please login to write comment.