Color Hex Logo

#e985fc Color Hex

#E985FC
(233,133,252)
0 Favorites   0 Comments

Color spaces of #e985fc

RGB 233133252
HSL0.810.950.75
HSV290°47°99°
CMYK 0.080.470.00   0.01
XYZ59.562541.127096.8945
Yxy41.12700.30150.2081
Hunter Lab64.130353.5578-44.6900
CIE-Lab70.264856.0419-43.6401

#e985fc color RGB value is (233,133,252).

#e985fc hex color red value is 233, green value is 133 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e985fc hue: 0.81 , saturation: 0.95 and the lightness value of e985fc is 0.75.

The process color (four color CMYK) of #e985fc color hex is 0.08, 0.47, 0.00, 0.01. Web safe color of #e985fc is #ff99ff. Color #e985fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000101 11111100
Octal 351 205 374
Decimal 233 133 252
Hex E9 85 FC

RGB Percentages of Color #e985fc

%37.70
%21.52
%40.78

CMYK Percentages of Color #e985fc

%8
%47
%0
%1

Triadic Colors of #e985fc

#e985fc #fce985 #85fce9

Analogous Colors of #e985fc

#e985fc #fc85d4 #ae85fc

Monochromatic Colors of #e985fc

#e985fc

Complementary Color

#e985fc #98fc85

#e985fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e985fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e985fc Color CSS Codes

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

#e985fc Text Font Color

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

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


#e985fc Background Color

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

This div background color is #e985fc


#e985fc Border Color

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

This div border color is #e985fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e985fc


Comments

No comments written yet.

Please login to write comment.