Color Hex Logo

#e690fc Color Hex

#E690FC
(230,144,252)
0 Favorites   0 Comments

Color spaces of #e690fc

RGB 230144252
HSL0.800.950.78
HSV288°43°99°
CMYK 0.090.430.00   0.01
XYZ60.177143.797897.3776
Yxy43.79780.29890.2175
Hunter Lab66.179946.4944-40.9138
CIE-Lab72.093149.6278-40.8070

#e690fc color RGB value is (230,144,252).

#e690fc hex color red value is 230, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e690fc hue: 0.80 , saturation: 0.95 and the lightness value of e690fc is 0.78.

The process color (four color CMYK) of #e690fc color hex is 0.09, 0.43, 0.00, 0.01. Web safe color of #e690fc is #ff99ff. Color #e690fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 11111100
Octal 346 220 374
Decimal 230 144 252
Hex E6 90 FC

RGB Percentages of Color #e690fc

%36.74
%23.00
%40.26

CMYK Percentages of Color #e690fc

%9
%43
%0
%1

Triadic Colors of #e690fc

#e690fc #fce690 #90fce6

Analogous Colors of #e690fc

#e690fc #fc90dc #b090fc

Monochromatic Colors of #e690fc

#e690fc

Complementary Color

#e690fc #a6fc90

#e690fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e690fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e690fc Color CSS Codes

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

#e690fc Text Font Color

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

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


#e690fc Background Color

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

This div background color is #e690fc


#e690fc Border Color

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

This div border color is #e690fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e690fc


Comments

No comments written yet.

Please login to write comment.