Color Hex Logo

#e688ec Color Hex

#E688EC
(230,136,236)
0 Favorites   0 Comments

Color spaces of #e688ec

RGB 230136236
HSL0.820.720.73
HSV296°42°93°
CMYK 0.030.420.00   0.07
XYZ56.577640.487484.1898
Yxy40.48740.31210.2234
Hunter Lab63.629747.3648-33.9070
CIE-Lab69.815350.7092-35.6104

#e688ec color RGB value is (230,136,236).

#e688ec hex color red value is 230, green value is 136 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e688ec hue: 0.82 , saturation: 0.72 and the lightness value of e688ec is 0.73.

The process color (four color CMYK) of #e688ec color hex is 0.03, 0.42, 0.00, 0.07. Web safe color of #e688ec is #ff99ff. Color #e688ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001000 11101100
Octal 346 210 354
Decimal 230 136 236
Hex E6 88 EC

RGB Percentages of Color #e688ec

%38.21
%22.59
%39.20

CMYK Percentages of Color #e688ec

%3
%42
%0
%7

Triadic Colors of #e688ec

#e688ec #ece688 #88ece6

Analogous Colors of #e688ec

#e688ec #ec88c0 #b488ec

Monochromatic Colors of #e688ec

#e688ec

Complementary Color

#e688ec #8eec88

#e688ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e688ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e688ec Color CSS Codes

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

#e688ec Text Font Color

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

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


#e688ec Background Color

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

This div background color is #e688ec


#e688ec Border Color

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

This div border color is #e688ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e688ec


Comments

No comments written yet.

Please login to write comment.