Color Hex Logo

#ce471e Color Hex

#CE471E
(206,71,30)
0 Favorites   0 Comments

Color spaces of #ce471e

RGB 2067130
HSL0.040.750.46
HSV14°85°81°
CMYK 0.000.660.85   0.19
XYZ27.941217.72203.1763
Yxy17.72200.57210.3629
Hunter Lab42.097544.804424.9948
CIE-Lab49.157251.609750.7726

#ce471e color RGB value is (206,71,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000111 00011110
Octal 316 107 36
Decimal 206 71 30
Hex CE 47 1E

RGB Percentages of Color #ce471e

%67.10
%23.13
%9.77

CMYK Percentages of Color #ce471e

%0
%66
%85
%19

Triadic Colors of #ce471e

#ce471e #1ece47 #471ece

Analogous Colors of #ce471e

#ce471e #ce9f1e #ce1e4d

Monochromatic Colors of #ce471e

#ce471e

Complementary Color

#ce471e #1ea5ce

#ce471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce471e Color CSS Codes

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

#ce471e Text Font Color

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

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


#ce471e Background Color

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

This div background color is #ce471e


#ce471e Border Color

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

This div border color is #ce471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce471e


Comments

No comments written yet.

Please login to write comment.