Color Hex Logo

#e686ca Color Hex

#E686CA
(230,134,202)
0 Favorites   0 Comments

Color spaces of #e686ca

RGB 230134202
HSL0.880.660.71
HSV318°42°90°
CMYK 0.000.420.12   0.10
XYZ51.818938.137560.5072
Yxy38.13750.34440.2535
Hunter Lab61.755641.7065-14.8626
CIE-Lab68.121845.8694-19.3916

#e686ca color RGB value is (230,134,202).

#e686ca hex color red value is 230, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e686ca hue: 0.88 , saturation: 0.66 and the lightness value of e686ca is 0.71.

The process color (four color CMYK) of #e686ca color hex is 0.00, 0.42, 0.12, 0.10. Web safe color of #e686ca is #ff99cc. Color #e686ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000110 11001010
Octal 346 206 312
Decimal 230 134 202
Hex E6 86 CA

RGB Percentages of Color #e686ca

%40.64
%23.67
%35.69

CMYK Percentages of Color #e686ca

%0
%42
%12
%10

Triadic Colors of #e686ca

#e686ca #cae686 #86cae6

Analogous Colors of #e686ca

#e686ca #e6869a #d286e6

Monochromatic Colors of #e686ca

#e686ca

Complementary Color

#e686ca #86e6a2

#e686ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e686ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e686ca Color CSS Codes

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

#e686ca Text Font Color

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

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


#e686ca Background Color

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

This div background color is #e686ca


#e686ca Border Color

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

This div border color is #e686ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e686ca


Comments

No comments written yet.

Please login to write comment.