Color Hex Logo

#ce504e Color Hex

#CE504E
(206,80,78)
0 Favorites   0 Comments

Color spaces of #ce504e

RGB 2068078
HSL0.000.570.56
HSV62°81°
CMYK 0.000.610.62   0.19
XYZ29.697419.40929.3888
Yxy19.40920.50770.3318
Hunter Lab44.055943.226418.2037
CIE-Lab51.162649.790227.4393

#ce504e color RGB value is (206,80,78).

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

The process color (four color CMYK) of #ce504e color hex is 0.00, 0.61, 0.62, 0.19. Web safe color of #ce504e is #cc6666. Color #ce504e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 01001110
Octal 316 120 116
Decimal 206 80 78
Hex CE 50 4E

RGB Percentages of Color #ce504e

%56.59
%21.98
%21.43

CMYK Percentages of Color #ce504e

%0
%61
%62
%19

Triadic Colors of #ce504e

#ce504e #4ece50 #504ece

Analogous Colors of #ce504e

#ce504e #ce904e #ce4e8c

Monochromatic Colors of #ce504e

#ce504e

Complementary Color

#ce504e #4eccce

#ce504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce504e Color CSS Codes

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

#ce504e Text Font Color

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

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


#ce504e Background Color

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

This div background color is #ce504e


#ce504e Border Color

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

This div border color is #ce504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce504e


Comments

No comments written yet.

Please login to write comment.