Color Hex Logo

#e678ec Color Hex

#E678EC
(230,120,236)
0 Favorites   0 Comments

Color spaces of #e678ec

RGB 230120236
HSL0.820.750.70
HSV297°49°93°
CMYK 0.030.490.00   0.07
XYZ54.489936.312183.4939
Yxy36.31210.31260.2083
Hunter Lab60.259555.9551-39.9689
CIE-Lab66.757758.6501-40.3749

#e678ec color RGB value is (230,120,236).

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

The process color (four color CMYK) of #e678ec color hex is 0.03, 0.49, 0.00, 0.07. Web safe color of #e678ec is #ff66ff. Color #e678ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111000 11101100
Octal 346 170 354
Decimal 230 120 236
Hex E6 78 EC

RGB Percentages of Color #e678ec

%39.25
%20.48
%40.27

CMYK Percentages of Color #e678ec

%3
%49
%0
%7

Triadic Colors of #e678ec

#e678ec #ece678 #78ece6

Analogous Colors of #e678ec

#e678ec #ec78b8 #ac78ec

Monochromatic Colors of #e678ec

#e678ec

Complementary Color

#e678ec #7eec78

#e678ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e678ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e678ec Color CSS Codes

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

#e678ec Text Font Color

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

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


#e678ec Background Color

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

This div background color is #e678ec


#e678ec Border Color

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

This div border color is #e678ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e678ec


Comments

No comments written yet.

Please login to write comment.