Color Hex Logo

#e665fc Color Hex

#E665FC
(230,101,252)
0 Favorites   0 Comments

Color spaces of #e665fc

RGB 230101252
HSL0.810.960.69
HSV291°60°99°
CMYK 0.090.600.00   0.01
XYZ54.857533.158695.6044
Yxy33.15860.29880.1806
Hunter Lab57.583569.2787-58.1292
CIE-Lab64.289170.2225-53.0854

#e665fc color RGB value is (230,101,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 11111100
Octal 346 145 374
Decimal 230 101 252
Hex E6 65 FC

RGB Percentages of Color #e665fc

%39.45
%17.32
%43.22

CMYK Percentages of Color #e665fc

%9
%60
%0
%1

Triadic Colors of #e665fc

#e665fc #fce665 #65fce6

Analogous Colors of #e665fc

#e665fc #fc65c7 #9b65fc

Monochromatic Colors of #e665fc

#e665fc

Complementary Color

#e665fc #7bfc65

#e665fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e665fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e665fc Color CSS Codes

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

#e665fc Text Font Color

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

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


#e665fc Background Color

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

This div background color is #e665fc


#e665fc Border Color

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

This div border color is #e665fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,101,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e665fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e665fc


Comments

No comments written yet.

Please login to write comment.