Color Hex Logo

#e968fd Color Hex

#E968FD
(233,104,253)
0 Favorites   0 Comments

Color spaces of #e968fd

RGB 233104253
HSL0.810.970.70
HSV292°59°99°
CMYK 0.080.590.00   0.01
XYZ56.284234.316196.5857
Yxy34.31610.30070.1833
Hunter Lab58.579968.9897-56.7505
CIE-Lab65.212769.8196-52.1460

#e968fd color RGB value is (233,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101000 11111101
Octal 351 150 375
Decimal 233 104 253
Hex E9 68 FD

RGB Percentages of Color #e968fd

%39.49
%17.63
%42.88

CMYK Percentages of Color #e968fd

%8
%59
%0
%1

Triadic Colors of #e968fd

#e968fd #fde968 #68fde9

Analogous Colors of #e968fd

#e968fd #fd68c7 #9f68fd

Monochromatic Colors of #e968fd

#e968fd

Complementary Color

#e968fd #7cfd68

#e968fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e968fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e968fd Color CSS Codes

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

#e968fd Text Font Color

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

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


#e968fd Background Color

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

This div background color is #e968fd


#e968fd Border Color

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

This div border color is #e968fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e968fd

Related Colors


Comments

No comments written yet.

Please login to write comment.