Color Hex Logo

#e675fa Color Hex

#E675FA
(230,117,250)
0 Favorites   0 Comments

Color spaces of #e675fa

RGB 230117250
HSL0.810.930.72
HSV291°53°98°
CMYK 0.080.530.00   0.02
XYZ56.249736.447794.5129
Yxy36.44770.30050.1947
Hunter Lab60.371960.6610-50.5588
CIE-Lab66.860662.6308-47.9202

#e675fa color RGB value is (230,117,250).

#e675fa hex color red value is 230, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e675fa hue: 0.81 , saturation: 0.93 and the lightness value of e675fa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110101 11111010
Octal 346 165 372
Decimal 230 117 250
Hex E6 75 FA

RGB Percentages of Color #e675fa

%38.53
%19.60
%41.88

CMYK Percentages of Color #e675fa

%8
%53
%0
%2

Triadic Colors of #e675fa

#e675fa #fae675 #75fae6

Analogous Colors of #e675fa

#e675fa #fa75cc #a475fa

Monochromatic Colors of #e675fa

#e675fa

Complementary Color

#e675fa #89fa75

#e675fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e675fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e675fa Color CSS Codes

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

#e675fa Text Font Color

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

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


#e675fa Background Color

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

This div background color is #e675fa


#e675fa Border Color

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

This div border color is #e675fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e675fa


Comments

No comments written yet.

Please login to write comment.