Color Hex Logo

#e385fa Color Hex

#E385FA
(227,133,250)
0 Favorites   0 Comments

Color spaces of #e385fa

RGB 227133250
HSL0.800.920.75
HSV288°47°98°
CMYK 0.090.470.00   0.02
XYZ57.321440.008195.1436
Yxy40.00810.29780.2079
Hunter Lab63.252051.0728-44.9077
CIE-Lab69.475354.0098-43.8355

#e385fa color RGB value is (227,133,250).

#e385fa hex color red value is 227, green value is 133 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e385fa hue: 0.80 , saturation: 0.92 and the lightness value of e385fa is 0.75.

The process color (four color CMYK) of #e385fa color hex is 0.09, 0.47, 0.00, 0.02. Web safe color of #e385fa is #cc99ff. Color #e385fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 11111010
Octal 343 205 372
Decimal 227 133 250
Hex E3 85 FA

RGB Percentages of Color #e385fa

%37.21
%21.80
%40.98

CMYK Percentages of Color #e385fa

%9
%47
%0
%2

Triadic Colors of #e385fa

#e385fa #fae385 #85fae3

Analogous Colors of #e385fa

#e385fa #fa85d7 #a985fa

Monochromatic Colors of #e385fa

#e385fa

Complementary Color

#e385fa #9cfa85

#e385fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e385fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e385fa Color CSS Codes

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

#e385fa Text Font Color

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

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


#e385fa Background Color

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

This div background color is #e385fa


#e385fa Border Color

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

This div border color is #e385fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e385fa


Comments

No comments written yet.

Please login to write comment.