Color Hex Logo

#ce032f Color Hex

#CE032F
(206,3,47)
0 Favorites   0 Comments

Color spaces of #ce032f

RGB 206347
HSL0.960.970.41
HSV347°99°81°
CMYK 0.000.990.77   0.19
XYZ25.999313.39223.9040
Yxy13.39220.60050.3093
Hunter Lab36.595462.774119.2917
CIE-Lab43.348368.760236.3750

#ce032f color RGB value is (206,3,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 00101111
Octal 316 3 57
Decimal 206 3 47
Hex CE 3 2F

RGB Percentages of Color #ce032f

%80.47
%1.17
%18.36

CMYK Percentages of Color #ce032f

%0
%99
%77
%19

Triadic Colors of #ce032f

#ce032f #2fce03 #032fce

Analogous Colors of #ce032f

#ce032f #ce3c03 #ce0395

Monochromatic Colors of #ce032f

#ce032f

Complementary Color

#ce032f #03cea2

#ce032f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce032f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce032f Color CSS Codes

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

#ce032f Text Font Color

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

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


#ce032f Background Color

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

This div background color is #ce032f


#ce032f Border Color

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

This div border color is #ce032f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,3,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 #ce032f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce032f


Comments

No comments written yet.

Please login to write comment.