Color Hex Logo

#e962fd Color Hex

#E962FD
(233,98,253)
0 Favorites   0 Comments

Color spaces of #e962fd

RGB 23398253
HSL0.810.970.69
HSV292°61°99°
CMYK 0.080.610.00   0.01
XYZ55.701633.150996.3915
Yxy33.15090.30070.1790
Hunter Lab57.576871.9270-58.9558
CIE-Lab64.282972.3736-53.6202

#e962fd color RGB value is (233,98,253).

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

The process color (four color CMYK) of #e962fd color hex is 0.08, 0.61, 0.00, 0.01. Web safe color of #e962fd is #ff66ff. Color #e962fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100010 11111101
Octal 351 142 375
Decimal 233 98 253
Hex E9 62 FD

RGB Percentages of Color #e962fd

%39.90
%16.78
%43.32

CMYK Percentages of Color #e962fd

%8
%61
%0
%1

Triadic Colors of #e962fd

#e962fd #fde962 #62fde9

Analogous Colors of #e962fd

#e962fd #fd62c4 #9c62fd

Monochromatic Colors of #e962fd

#e962fd

Complementary Color

#e962fd #76fd62

#e962fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e962fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e962fd Color CSS Codes

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

#e962fd Text Font Color

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

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


#e962fd Background Color

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

This div background color is #e962fd


#e962fd Border Color

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

This div border color is #e962fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e962fd


Comments

No comments written yet.

Please login to write comment.