Color Hex Logo

#e730fd Color Hex

#E730FD
(231,48,253)
0 Favorites   0 Comments

Color spaces of #e730fd

RGB 23148253
HSL0.820.980.59
HSV294°81°99°
CMYK 0.090.810.00   0.01
XYZ51.741626.194795.2575
Yxy26.19470.29870.1512
Hunter Lab51.180890.8897-74.5239
CIE-Lab58.221488.3405-63.3151

#e730fd color RGB value is (231,48,253).

#e730fd hex color red value is 231, green value is 48 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e730fd hue: 0.82 , saturation: 0.98 and the lightness value of e730fd is 0.59.

The process color (four color CMYK) of #e730fd color hex is 0.09, 0.81, 0.00, 0.01. Web safe color of #e730fd is #ff33ff. Color #e730fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110000 11111101
Octal 347 60 375
Decimal 231 48 253
Hex E7 30 FD

RGB Percentages of Color #e730fd

%43.42
%9.02
%47.56

CMYK Percentages of Color #e730fd

%9
%81
%0
%1

Triadic Colors of #e730fd

#e730fd #fde730 #30fde7

Analogous Colors of #e730fd

#e730fd #fd30ad #8130fd

Monochromatic Colors of #e730fd

#e730fd

Complementary Color

#e730fd #46fd30

#e730fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e730fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e730fd Color CSS Codes

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

#e730fd Text Font Color

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

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


#e730fd Background Color

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

This div background color is #e730fd


#e730fd Border Color

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

This div border color is #e730fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e730fd

Related Colors


Comments

No comments written yet.

Please login to write comment.