Color Hex Logo

#e666fd Color Hex

#E666FD
(230,102,253)
0 Favorites   0 Comments

Color spaces of #e666fd

RGB 230102253
HSL0.810.970.70
HSV291°60°99°
CMYK 0.090.600.00   0.01
XYZ55.114133.417696.4739
Yxy33.41760.29790.1806
Hunter Lab57.808069.0180-58.4817
CIE-Lab64.497669.9718-53.3047

#e666fd color RGB value is (230,102,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100110 11111101
Octal 346 146 375
Decimal 230 102 253
Hex E6 66 FD

RGB Percentages of Color #e666fd

%39.32
%17.44
%43.25

CMYK Percentages of Color #e666fd

%9
%60
%0
%1

Triadic Colors of #e666fd

#e666fd #fde666 #66fde6

Analogous Colors of #e666fd

#e666fd #fd66c9 #9b66fd

Monochromatic Colors of #e666fd

#e666fd

Complementary Color

#e666fd #7dfd66

#e666fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e666fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e666fd Color CSS Codes

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

#e666fd Text Font Color

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

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


#e666fd Background Color

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

This div background color is #e666fd


#e666fd Border Color

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

This div border color is #e666fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e666fd


Comments

No comments written yet.

Please login to write comment.