color codes Logo

#ce062f color codes

#CE062F
(206,6,47)
0 Favorites   0 Comments

Color spaces of #ce062f

RGB 206647
HSL0.970.940.42
HSV348°97°81°
CMYK 0.000.970.77   0.19
XYZ26.031813.45733.9148
Yxy13.45730.59980.3100
Hunter Lab36.684262.469719.3517
CIE-Lab43.444468.481536.4797

#ce062f color RGB value is (206,6,47).

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

The process color (four color CMYK) of #ce062f color code is 0.00, 0.97, 0.77, 0.19. Web safe color of #ce062f is #cc0033. Color #ce062f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 00101111
Octal 316 6 57
Decimal 206 6 47
Hex CE 6 2F

RGB Percentages of Color #ce062f

%79.54
%2.32
%18.15

CMYK Percentages of Color #ce062f

%0
%97
%77
%19

Triadic Colors of #ce062f

#ce062f #2fce06 #062fce

Analogous Colors of #ce062f

#ce062f #ce4106 #ce0693

Monochromatic Colors of #ce062f

#ce062f

Complementary Color

#ce062f #06cea5

#ce062f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce062f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce062f Color CSS Codes

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

#ce062f Text Font Color

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

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


#ce062f Background Color

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

This div background color is #ce062f


#ce062f Border Color

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

This div border color is #ce062f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce062f


Comments

No comments written yet.

Please login to write comment.