Color Hex Logo

#ce5373 Color Hex

#CE5373
(206,83,115)
0 Favorites   0 Comments

Color spaces of #ce5373

RGB 20683115
HSL0.960.560.57
HSV344°60°81°
CMYK 0.000.600.44   0.19
XYZ31.641420.546118.5178
Yxy20.54610.44750.2906
Hunter Lab45.327845.27957.5077
CIE-Lab52.449151.49207.2072

#ce5373 color RGB value is (206,83,115).

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

The process color (four color CMYK) of #ce5373 color hex is 0.00, 0.60, 0.44, 0.19. Web safe color of #ce5373 is #cc6666. Color #ce5373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 01110011
Octal 316 123 163
Decimal 206 83 115
Hex CE 53 73

RGB Percentages of Color #ce5373

%50.99
%20.54
%28.47

CMYK Percentages of Color #ce5373

%0
%60
%44
%19

Triadic Colors of #ce5373

#ce5373 #73ce53 #5373ce

Analogous Colors of #ce5373

#ce5373 #ce7153 #ce53b1

Monochromatic Colors of #ce5373

#ce5373

Complementary Color

#ce5373 #53ceae

#ce5373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5373 Color CSS Codes

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

#ce5373 Text Font Color

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

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


#ce5373 Background Color

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

This div background color is #ce5373


#ce5373 Border Color

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

This div border color is #ce5373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5373


Comments

No comments written yet.

Please login to write comment.