Color Hex Logo

#e985eb Color Hex

#E985EB
(233,133,235)
0 Favorites   0 Comments

Color spaces of #e985eb

RGB 233133235
HSL0.830.720.72
HSV299°43°92°
CMYK 0.010.430.00   0.08
XYZ56.987240.096983.3332
Yxy40.09690.31590.2222
Hunter Lab63.322149.8287-33.7014
CIE-Lab69.538552.9148-35.4629

#e985eb color RGB value is (233,133,235).

#e985eb hex color red value is 233, green value is 133 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e985eb hue: 0.83 , saturation: 0.72 and the lightness value of e985eb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000101 11101011
Octal 351 205 353
Decimal 233 133 235
Hex E9 85 EB

RGB Percentages of Color #e985eb

%38.77
%22.13
%39.10

CMYK Percentages of Color #e985eb

%1
%43
%0
%8

Triadic Colors of #e985eb

#e985eb #ebe985 #85ebe9

Analogous Colors of #e985eb

#e985eb #eb85ba #b685eb

Monochromatic Colors of #e985eb

#e985eb

Complementary Color

#e985eb #87eb85

#e985eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e985eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e985eb Color CSS Codes

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

#e985eb Text Font Color

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

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


#e985eb Background Color

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

This div background color is #e985eb


#e985eb Border Color

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

This div border color is #e985eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e985eb


Comments

No comments written yet.

Please login to write comment.