Color Hex Logo

#e670ec Color Hex

#E670EC
(230,112,236)
0 Favorites   0 Comments

Color spaces of #e670ec

RGB 230112236
HSL0.830.770.68
HSV297°53°93°
CMYK 0.030.530.00   0.07
XYZ53.567634.467583.1864
Yxy34.46750.31290.2013
Hunter Lab58.709060.1271-42.9133
CIE-Lab65.332062.4387-42.6081

#e670ec color RGB value is (230,112,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110000 11101100
Octal 346 160 354
Decimal 230 112 236
Hex E6 70 EC

RGB Percentages of Color #e670ec

%39.79
%19.38
%40.83

CMYK Percentages of Color #e670ec

%3
%53
%0
%7

Triadic Colors of #e670ec

#e670ec #ece670 #70ece6

Analogous Colors of #e670ec

#e670ec #ec70b4 #a870ec

Monochromatic Colors of #e670ec

#e670ec

Complementary Color

#e670ec #76ec70

#e670ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e670ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e670ec Color CSS Codes

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

#e670ec Text Font Color

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

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


#e670ec Background Color

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

This div background color is #e670ec


#e670ec Border Color

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

This div border color is #e670ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e670ec


Comments

No comments written yet.

Please login to write comment.