Color Hex Logo

#ce061f Color Hex

#CE061F
(206,6,31)
0 Favorites   0 Comments

Color spaces of #ce061f

RGB 206631
HSL0.980.940.42
HSV353°97°81°
CMYK 0.000.970.85   0.19
XYZ25.766013.35102.5153
Yxy13.35100.61890.3207
Hunter Lab36.539061.928521.4959
CIE-Lab43.287468.049045.2593

#ce061f color RGB value is (206,6,31).

#ce061f hex color red value is 206, green value is 6 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ce061f hue: 0.98 , saturation: 0.94 and the lightness value of ce061f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 00011111
Octal 316 6 37
Decimal 206 6 31
Hex CE 6 1F

RGB Percentages of Color #ce061f

%84.77
%2.47
%12.76

CMYK Percentages of Color #ce061f

%0
%97
%85
%19

Triadic Colors of #ce061f

#ce061f #1fce06 #061fce

Analogous Colors of #ce061f

#ce061f #ce5106 #ce0683

Monochromatic Colors of #ce061f

#ce061f

Complementary Color

#ce061f #06ceb5

#ce061f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce061f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce061f Color CSS Codes

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

#ce061f Text Font Color

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

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


#ce061f Background Color

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

This div background color is #ce061f


#ce061f Border Color

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

This div border color is #ce061f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce061f


Comments

No comments written yet.

Please login to write comment.