Color Hex Logo

#e65ffc Color Hex

#E65FFC
(230,95,252)
0 Favorites   0 Comments

Color spaces of #e65ffc

RGB 23095252
HSL0.810.960.68
HSV292°62°99°
CMYK 0.090.620.00   0.01
XYZ54.296032.035795.4172
Yxy32.03570.29870.1763
Hunter Lab56.600172.1834-60.3318
CIE-Lab63.372472.7487-54.5409

#e65ffc color RGB value is (230,95,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011111 11111100
Octal 346 137 374
Decimal 230 95 252
Hex E6 5F FC

RGB Percentages of Color #e65ffc

%39.86
%16.46
%43.67

CMYK Percentages of Color #e65ffc

%9
%62
%0
%1

Triadic Colors of #e65ffc

#e65ffc #fce65f #5ffce6

Analogous Colors of #e65ffc

#e65ffc #fc5fc4 #985ffc

Monochromatic Colors of #e65ffc

#e65ffc

Complementary Color

#e65ffc #75fc5f

#e65ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65ffc Color CSS Codes

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

#e65ffc Text Font Color

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

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


#e65ffc Background Color

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

This div background color is #e65ffc


#e65ffc Border Color

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

This div border color is #e65ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65ffc


Comments

No comments written yet.

Please login to write comment.