Color Hex Logo

#e6708f Color Hex

#E6708F
(230,112,143)
0 Favorites   0 Comments

Color spaces of #e6708f

RGB 230112143
HSL0.960.700.67
HSV344°51°90°
CMYK 0.000.510.38   0.10
XYZ43.385230.394529.5667
Yxy30.39450.41980.2941
Hunter Lab55.131243.99006.7948
CIE-Lab61.993148.80244.9586

#e6708f color RGB value is (230,112,143).

#e6708f hex color red value is 230, green value is 112 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e6708f hue: 0.96 , saturation: 0.70 and the lightness value of e6708f is 0.67.

The process color (four color CMYK) of #e6708f color hex is 0.00, 0.51, 0.38, 0.10. Web safe color of #e6708f is #ff6699. Color #e6708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110000 10001111
Octal 346 160 217
Decimal 230 112 143
Hex E6 70 8F

RGB Percentages of Color #e6708f

%47.42
%23.09
%29.48

CMYK Percentages of Color #e6708f

%0
%51
%38
%10

Triadic Colors of #e6708f

#e6708f #8fe670 #708fe6

Analogous Colors of #e6708f

#e6708f #e68c70 #e670ca

Monochromatic Colors of #e6708f

#e6708f

Complementary Color

#e6708f #70e6c7

#e6708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6708f Color CSS Codes

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

#e6708f Text Font Color

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

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


#e6708f Background Color

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

This div background color is #e6708f


#e6708f Border Color

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

This div border color is #e6708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6708f


Comments

No comments written yet.

Please login to write comment.