Color Hex Logo

#e96bfd Color Hex

#E96BFD
(233,107,253)
0 Favorites   0 Comments

Color spaces of #e96bfd

RGB 233107253
HSL0.810.970.71
HSV292°58°99°
CMYK 0.080.580.00   0.01
XYZ56.591634.930996.6881
Yxy34.93090.30070.1856
Hunter Lab59.102467.4879-55.6234
CIE-Lab65.694868.5045-51.3827

#e96bfd color RGB value is (233,107,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101011 11111101
Octal 351 153 375
Decimal 233 107 253
Hex E9 6B FD

RGB Percentages of Color #e96bfd

%39.29
%18.04
%42.66

CMYK Percentages of Color #e96bfd

%8
%58
%0
%1

Triadic Colors of #e96bfd

#e96bfd #fde96b #6bfde9

Analogous Colors of #e96bfd

#e96bfd #fd6bc8 #a06bfd

Monochromatic Colors of #e96bfd

#e96bfd

Complementary Color

#e96bfd #7ffd6b

#e96bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96bfd Color CSS Codes

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

#e96bfd Text Font Color

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

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


#e96bfd Background Color

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

This div background color is #e96bfd


#e96bfd Border Color

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

This div border color is #e96bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.