Color Hex Logo

#e773fd Color Hex

#E773FD
(231,115,253)
0 Favorites   0 Comments

Color spaces of #e773fd

RGB 231115253
HSL0.810.970.72
HSV290°55°99°
CMYK 0.090.550.00   0.01
XYZ56.815436.342296.9488
Yxy36.34220.29890.1912
Hunter Lab60.284562.7303-53.1503
CIE-Lab66.780664.3783-49.6833

#e773fd color RGB value is (231,115,253).

#e773fd hex color red value is 231, green value is 115 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e773fd hue: 0.81 , saturation: 0.97 and the lightness value of e773fd is 0.72.

The process color (four color CMYK) of #e773fd color hex is 0.09, 0.55, 0.00, 0.01. Web safe color of #e773fd is #ff66ff. Color #e773fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110011 11111101
Octal 347 163 375
Decimal 231 115 253
Hex E7 73 FD

RGB Percentages of Color #e773fd

%38.56
%19.20
%42.24

CMYK Percentages of Color #e773fd

%9
%55
%0
%1

Triadic Colors of #e773fd

#e773fd #fde773 #73fde7

Analogous Colors of #e773fd

#e773fd #fd73ce #a273fd

Monochromatic Colors of #e773fd

#e773fd

Complementary Color

#e773fd #89fd73

#e773fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e773fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e773fd Color CSS Codes

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

#e773fd Text Font Color

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

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


#e773fd Background Color

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

This div background color is #e773fd


#e773fd Border Color

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

This div border color is #e773fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e773fd

Related Colors


Comments

No comments written yet.

Please login to write comment.