Color Hex Logo

#ce471c Color Hex

#CE471C
(206,71,28)
0 Favorites   0 Comments

Color spaces of #ce471c

RGB 2067128
HSL0.040.760.46
HSV14°86°81°
CMYK 0.000.660.86   0.19
XYZ27.916417.71213.0460
Yxy17.71210.57350.3639
Hunter Lab42.085744.752925.1688
CIE-Lab49.145051.563651.6053

#ce471c color RGB value is (206,71,28).

#ce471c hex color red value is 206, green value is 71 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ce471c hue: 0.04 , saturation: 0.76 and the lightness value of ce471c is 0.46.

The process color (four color CMYK) of #ce471c color hex is 0.00, 0.66, 0.86, 0.19. Web safe color of #ce471c is #cc3333. Color #ce471c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000111 00011100
Octal 316 107 34
Decimal 206 71 28
Hex CE 47 1C

RGB Percentages of Color #ce471c

%67.54
%23.28
%9.18

CMYK Percentages of Color #ce471c

%0
%66
%86
%19

Triadic Colors of #ce471c

#ce471c #1cce47 #471cce

Analogous Colors of #ce471c

#ce471c #cea01c #ce1c4a

Monochromatic Colors of #ce471c

#ce471c

Complementary Color

#ce471c #1ca3ce

#ce471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce471c Color CSS Codes

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

#ce471c Text Font Color

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

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


#ce471c Background Color

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

This div background color is #ce471c


#ce471c Border Color

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

This div border color is #ce471c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce471c


Comments

No comments written yet.

Please login to write comment.