Color Hex Logo

#ce504a Color Hex

#CE504A
(206,80,74)
0 Favorites   0 Comments

Color spaces of #ce504a

RGB 2068074
HSL0.010.570.55
HSV64°81°
CMYK 0.000.610.64   0.19
XYZ29.558319.35358.6563
Yxy19.35350.51340.3362
Hunter Lab43.992642.945719.1285
CIE-Lab51.098249.536829.6888

#ce504a color RGB value is (206,80,74).

#ce504a hex color red value is 206, green value is 80 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ce504a hue: 0.01 , saturation: 0.57 and the lightness value of ce504a is 0.55.

The process color (four color CMYK) of #ce504a color hex is 0.00, 0.61, 0.64, 0.19. Web safe color of #ce504a is #cc6633. Color #ce504a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 01001010
Octal 316 120 112
Decimal 206 80 74
Hex CE 50 4A

RGB Percentages of Color #ce504a

%57.22
%22.22
%20.56

CMYK Percentages of Color #ce504a

%0
%61
%64
%19

Triadic Colors of #ce504a

#ce504a #4ace50 #504ace

Analogous Colors of #ce504a

#ce504a #ce924a #ce4a86

Monochromatic Colors of #ce504a

#ce504a

Complementary Color

#ce504a #4ac8ce

#ce504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce504a Color CSS Codes

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

#ce504a Text Font Color

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

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


#ce504a Background Color

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

This div background color is #ce504a


#ce504a Border Color

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

This div border color is #ce504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce504a


Comments

No comments written yet.

Please login to write comment.