Color Hex Logo

#e085fb Color Hex

#E085FB
(224,133,251)
0 Favorites   0 Comments

Color spaces of #e085fb

RGB 224133251
HSL0.800.940.75
HSV286°47°98°
CMYK 0.110.470.00   0.02
XYZ56.540639.587495.9279
Yxy39.58740.29440.2061
Hunter Lab62.918550.2984-46.3528
CIE-Lab69.174653.3789-44.8779

#e085fb color RGB value is (224,133,251).

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

The process color (four color CMYK) of #e085fb color hex is 0.11, 0.47, 0.00, 0.02. Web safe color of #e085fb is #cc99ff. Color #e085fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000101 11111011
Octal 340 205 373
Decimal 224 133 251
Hex E0 85 FB

RGB Percentages of Color #e085fb

%36.84
%21.88
%41.28

CMYK Percentages of Color #e085fb

%11
%47
%0
%2

Triadic Colors of #e085fb

#e085fb #fbe085 #85fbe0

Analogous Colors of #e085fb

#e085fb #fb85db #a585fb

Monochromatic Colors of #e085fb

#e085fb

Complementary Color

#e085fb #a0fb85

#e085fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e085fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e085fb Color CSS Codes

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

#e085fb Text Font Color

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

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


#e085fb Background Color

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

This div background color is #e085fb


#e085fb Border Color

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

This div border color is #e085fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,133,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e085fb


Comments

No comments written yet.

Please login to write comment.