Color Hex Logo

#e6506f Color Hex

#E6506F
(230,80,111)
0 Favorites   0 Comments

Color spaces of #e6506f

RGB 23080111
HSL0.970.750.61
HSV348°65°90°
CMYK 0.000.650.52   0.10
XYZ38.371023.708017.5927
Yxy23.70800.48160.2976
Hunter Lab48.690955.458512.6613
CIE-Lab55.794260.079314.8515

#e6506f color RGB value is (230,80,111).

#e6506f hex color red value is 230, green value is 80 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e6506f hue: 0.97 , saturation: 0.75 and the lightness value of e6506f is 0.61.

The process color (four color CMYK) of #e6506f color hex is 0.00, 0.65, 0.52, 0.10. Web safe color of #e6506f is #ff6666. Color #e6506f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010000 01101111
Octal 346 120 157
Decimal 230 80 111
Hex E6 50 6F

RGB Percentages of Color #e6506f

%54.63
%19.00
%26.37

CMYK Percentages of Color #e6506f

%0
%65
%52
%10

Triadic Colors of #e6506f

#e6506f #6fe650 #506fe6

Analogous Colors of #e6506f

#e6506f #e67c50 #e650ba

Monochromatic Colors of #e6506f

#e6506f

Complementary Color

#e6506f #50e6c7

#e6506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6506f Color CSS Codes

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

#e6506f Text Font Color

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

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


#e6506f Background Color

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

This div background color is #e6506f


#e6506f Border Color

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

This div border color is #e6506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6506f


Comments

No comments written yet.

Please login to write comment.