Color Hex Logo

#e785fc Color Hex

#E785FC
(231,133,252)
0 Favorites   0 Comments

Color spaces of #e785fc

RGB 231133252
HSL0.800.950.75
HSV289°47°99°
CMYK 0.080.470.00   0.01
XYZ58.913240.792396.8641
Yxy40.79230.29970.2075
Hunter Lab63.868852.8795-45.2116
CIE-Lab70.030255.4929-44.0245

#e785fc color RGB value is (231,133,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000101 11111100
Octal 347 205 374
Decimal 231 133 252
Hex E7 85 FC

RGB Percentages of Color #e785fc

%37.50
%21.59
%40.91

CMYK Percentages of Color #e785fc

%8
%47
%0
%1

Triadic Colors of #e785fc

#e785fc #fce785 #85fce7

Analogous Colors of #e785fc

#e785fc #fc85d6 #ac85fc

Monochromatic Colors of #e785fc

#e785fc

Complementary Color

#e785fc #9afc85

#e785fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e785fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e785fc Color CSS Codes

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

#e785fc Text Font Color

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

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


#e785fc Background Color

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

This div background color is #e785fc


#e785fc Border Color

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

This div border color is #e785fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e785fc


Comments

No comments written yet.

Please login to write comment.