Color Hex Logo

#e965fd Color Hex

#E965FD
(233,101,253)
0 Favorites   0 Comments

Color spaces of #e965fd

RGB 233101253
HSL0.810.970.69
HSV292°60°99°
CMYK 0.080.600.00   0.01
XYZ55.987633.722896.4868
Yxy33.72280.30070.1811
Hunter Lab58.071370.4702-57.8617
CIE-Lab64.741971.1099-52.8921

#e965fd color RGB value is (233,101,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100101 11111101
Octal 351 145 375
Decimal 233 101 253
Hex E9 65 FD

RGB Percentages of Color #e965fd

%39.69
%17.21
%43.10

CMYK Percentages of Color #e965fd

%8
%60
%0
%1

Triadic Colors of #e965fd

#e965fd #fde965 #65fde9

Analogous Colors of #e965fd

#e965fd #fd65c5 #9d65fd

Monochromatic Colors of #e965fd

#e965fd

Complementary Color

#e965fd #79fd65

#e965fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e965fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e965fd Color CSS Codes

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

#e965fd Text Font Color

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

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


#e965fd Background Color

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

This div background color is #e965fd


#e965fd Border Color

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

This div border color is #e965fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e965fd


Comments

No comments written yet.

Please login to write comment.