Color Hex Logo

#e672ef Color Hex

#E672EF
(230,114,239)
0 Favorites   0 Comments

Color spaces of #e672ef

RGB 230114239
HSL0.820.800.69
HSV296°52°94°
CMYK 0.040.520.00   0.06
XYZ54.230435.089685.5761
Yxy35.08960.31010.2006
Hunter Lab59.236559.7511-44.1879
CIE-Lab65.818462.0386-43.5037

#e672ef color RGB value is (230,114,239).

#e672ef hex color red value is 230, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e672ef hue: 0.82 , saturation: 0.80 and the lightness value of e672ef is 0.69.

The process color (four color CMYK) of #e672ef color hex is 0.04, 0.52, 0.00, 0.06. Web safe color of #e672ef is #ff66ff. Color #e672ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 11101111
Octal 346 162 357
Decimal 230 114 239
Hex E6 72 EF

RGB Percentages of Color #e672ef

%39.45
%19.55
%40.99

CMYK Percentages of Color #e672ef

%4
%52
%0
%6

Triadic Colors of #e672ef

#e672ef #efe672 #72efe6

Analogous Colors of #e672ef

#e672ef #ef72ba #a872ef

Monochromatic Colors of #e672ef

#e672ef

Complementary Color

#e672ef #7bef72

#e672ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e672ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e672ef Color CSS Codes

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

#e672ef Text Font Color

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

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


#e672ef Background Color

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

This div background color is #e672ef


#e672ef Border Color

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

This div border color is #e672ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e672ef


Comments

No comments written yet.

Please login to write comment.