Color Hex Logo

#e670ea Color Hex

#E670EA
(230,112,234)
0 Favorites   0 Comments

Color spaces of #e670ea

RGB 230112234
HSL0.830.740.68
HSV298°52°92°
CMYK 0.020.520.00   0.08
XYZ53.278634.351881.6644
Yxy34.35180.31470.2029
Hunter Lab58.610459.6936-41.5840
CIE-Lab65.240962.0873-41.6432

#e670ea color RGB value is (230,112,234).

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

The process color (four color CMYK) of #e670ea color hex is 0.02, 0.52, 0.00, 0.08. Web safe color of #e670ea is #ff66ff. Color #e670ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110000 11101010
Octal 346 160 352
Decimal 230 112 234
Hex E6 70 EA

RGB Percentages of Color #e670ea

%39.93
%19.44
%40.63

CMYK Percentages of Color #e670ea

%2
%52
%0
%8

Triadic Colors of #e670ea

#e670ea #eae670 #70eae6

Analogous Colors of #e670ea

#e670ea #ea70b1 #a970ea

Monochromatic Colors of #e670ea

#e670ea

Complementary Color

#e670ea #74ea70

#e670ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e670ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e670ea Color CSS Codes

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

#e670ea Text Font Color

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

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


#e670ea Background Color

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

This div background color is #e670ea


#e670ea Border Color

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

This div border color is #e670ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e670ea


Comments

No comments written yet.

Please login to write comment.