Color Hex Logo

#e350fd Color Hex

#E350FD
(227,80,253)
0 Favorites   0 Comments

Color spaces of #e350fd

RGB 22780253
HSL0.810.980.65
HSV291°68°99°
CMYK 0.100.680.00   0.01
XYZ52.276829.160195.8017
Yxy29.16010.29500.1645
Hunter Lab54.000178.3034-67.3865
CIE-Lab60.922778.0999-59.0213

#e350fd color RGB value is (227,80,253).

#e350fd hex color red value is 227, green value is 80 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e350fd hue: 0.81 , saturation: 0.98 and the lightness value of e350fd is 0.65.

The process color (four color CMYK) of #e350fd color hex is 0.10, 0.68, 0.00, 0.01. Web safe color of #e350fd is #cc66ff. Color #e350fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 11111101
Octal 343 120 375
Decimal 227 80 253
Hex E3 50 FD

RGB Percentages of Color #e350fd

%40.54
%14.29
%45.18

CMYK Percentages of Color #e350fd

%10
%68
%0
%1

Triadic Colors of #e350fd

#e350fd #fde350 #50fde3

Analogous Colors of #e350fd

#e350fd #fd50c1 #8d50fd

Monochromatic Colors of #e350fd

#e350fd

Complementary Color

#e350fd #6afd50

#e350fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e350fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e350fd Color CSS Codes

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

#e350fd Text Font Color

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

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


#e350fd Background Color

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

This div background color is #e350fd


#e350fd Border Color

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

This div border color is #e350fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,80,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e350fd

Related Colors


Comments

No comments written yet.

Please login to write comment.