Color Hex Logo

#e674ee Color Hex

#E674EE
(230,116,238)
0 Favorites   0 Comments

Color spaces of #e674ee

RGB 230116238
HSL0.820.780.69
HSV296°51°93°
CMYK 0.030.510.00   0.07
XYZ54.311135.486884.8760
Yxy35.48680.31090.2032
Hunter Lab59.570858.4908-42.7764
CIE-Lab66.125960.9185-42.4687

#e674ee color RGB value is (230,116,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 11101110
Octal 346 164 356
Decimal 230 116 238
Hex E6 74 EE

RGB Percentages of Color #e674ee

%39.38
%19.86
%40.75

CMYK Percentages of Color #e674ee

%3
%51
%0
%7

Triadic Colors of #e674ee

#e674ee #eee674 #74eee6

Analogous Colors of #e674ee

#e674ee #ee74b9 #a974ee

Monochromatic Colors of #e674ee

#e674ee

Complementary Color

#e674ee #7cee74

#e674ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674ee Color CSS Codes

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

#e674ee Text Font Color

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

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


#e674ee Background Color

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

This div background color is #e674ee


#e674ee Border Color

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

This div border color is #e674ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674ee


Comments

No comments written yet.

Please login to write comment.