Color Hex Logo

#e684ec Color Hex

#E684EC
(230,132,236)
0 Favorites   0 Comments

Color spaces of #e684ec

RGB 230132236
HSL0.820.730.72
HSV297°44°93°
CMYK 0.030.440.00   0.07
XYZ56.024739.381784.0055
Yxy39.38170.31230.2195
Hunter Lab62.754849.5358-35.4390
CIE-Lab69.026952.7330-36.8357

#e684ec color RGB value is (230,132,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 11101100
Octal 346 204 354
Decimal 230 132 236
Hex E6 84 EC

RGB Percentages of Color #e684ec

%38.46
%22.07
%39.46

CMYK Percentages of Color #e684ec

%3
%44
%0
%7

Triadic Colors of #e684ec

#e684ec #ece684 #84ece6

Analogous Colors of #e684ec

#e684ec #ec84be #b284ec

Monochromatic Colors of #e684ec

#e684ec

Complementary Color

#e684ec #8aec84

#e684ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684ec Color CSS Codes

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

#e684ec Text Font Color

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

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


#e684ec Background Color

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

This div background color is #e684ec


#e684ec Border Color

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

This div border color is #e684ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,132,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 #e684ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684ec


Comments

No comments written yet.

Please login to write comment.