Color Hex Logo

#e674ec Color Hex

#E674EC
(230,116,236)
0 Favorites   0 Comments

Color spaces of #e674ec

RGB 230116236
HSL0.830.760.69
HSV297°51°93°
CMYK 0.030.510.00   0.07
XYZ54.018835.369983.3368
Yxy35.36990.31270.2048
Hunter Lab59.472658.0540-41.4501
CIE-Lab66.035660.5619-41.5049

#e674ec color RGB value is (230,116,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 11101100
Octal 346 164 354
Decimal 230 116 236
Hex E6 74 EC

RGB Percentages of Color #e674ec

%39.52
%19.93
%40.55

CMYK Percentages of Color #e674ec

%3
%51
%0
%7

Triadic Colors of #e674ec

#e674ec #ece674 #74ece6

Analogous Colors of #e674ec

#e674ec #ec74b6 #aa74ec

Monochromatic Colors of #e674ec

#e674ec

Complementary Color

#e674ec #7aec74

#e674ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674ec Color CSS Codes

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

#e674ec Text Font Color

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

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


#e674ec Background Color

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

This div background color is #e674ec


#e674ec Border Color

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

This div border color is #e674ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674ec


Comments

No comments written yet.

Please login to write comment.