Color Hex Logo

#e668ec Color Hex

#E668EC
(230,104,236)
0 Favorites   0 Comments

Color spaces of #e668ec

RGB 230104236
HSL0.830.780.67
HSV297°56°93°
CMYK 0.030.560.00   0.07
XYZ52.723832.779882.9052
Yxy32.77980.31310.1946
Hunter Lab57.253664.1834-45.7764
CIE-Lab63.982266.0765-44.7290

#e668ec color RGB value is (230,104,236).

#e668ec hex color red value is 230, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e668ec hue: 0.83 , saturation: 0.78 and the lightness value of e668ec is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101000 11101100
Octal 346 150 354
Decimal 230 104 236
Hex E6 68 EC

RGB Percentages of Color #e668ec

%40.35
%18.25
%41.40

CMYK Percentages of Color #e668ec

%3
%56
%0
%7

Triadic Colors of #e668ec

#e668ec #ece668 #68ece6

Analogous Colors of #e668ec

#e668ec #ec68b0 #a468ec

Monochromatic Colors of #e668ec

#e668ec

Complementary Color

#e668ec #6eec68

#e668ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e668ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e668ec Color CSS Codes

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

#e668ec Text Font Color

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

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


#e668ec Background Color

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

This div background color is #e668ec


#e668ec Border Color

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

This div border color is #e668ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e668ec


Comments

No comments written yet.

Please login to write comment.