Color Hex Logo

#ce472a Color Hex

#CE472A
(206,71,42)
0 Favorites   0 Comments

Color spaces of #ce472a

RGB 2067142
HSL0.030.660.49
HSV11°80°81°
CMYK 0.000.660.80   0.19
XYZ28.124817.79554.1430
Yxy17.79550.56180.3555
Hunter Lab42.184745.183823.7064
CIE-Lab49.247151.948645.2260

#ce472a color RGB value is (206,71,42).

#ce472a hex color red value is 206, green value is 71 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ce472a hue: 0.03 , saturation: 0.66 and the lightness value of ce472a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000111 00101010
Octal 316 107 52
Decimal 206 71 42
Hex CE 47 2A

RGB Percentages of Color #ce472a

%64.58
%22.26
%13.17

CMYK Percentages of Color #ce472a

%0
%66
%80
%19

Triadic Colors of #ce472a

#ce472a #2ace47 #472ace

Analogous Colors of #ce472a

#ce472a #ce992a #ce2a5f

Monochromatic Colors of #ce472a

#ce472a

Complementary Color

#ce472a #2ab1ce

#ce472a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce472a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce472a Color CSS Codes

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

#ce472a Text Font Color

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

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


#ce472a Background Color

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

This div background color is #ce472a


#ce472a Border Color

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

This div border color is #ce472a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce472a


Comments

No comments written yet.

Please login to write comment.