Color Hex Logo

#e985be Color Hex

#E985BE
(233,133,190)
0 Favorites   0 Comments

Color spaces of #e985be

RGB 233133190
HSL0.910.690.72
HSV326°43°91°
CMYK 0.000.430.18   0.09
XYZ51.286137.816453.3114
Yxy37.81640.36010.2655
Hunter Lab61.495041.2505-8.3533
CIE-Lab67.885145.4851-13.0046

#e985be color RGB value is (233,133,190).

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

The process color (four color CMYK) of #e985be color hex is 0.00, 0.43, 0.18, 0.09. Web safe color of #e985be is #ff99cc. Color #e985be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000101 10111110
Octal 351 205 276
Decimal 233 133 190
Hex E9 85 BE

RGB Percentages of Color #e985be

%41.91
%23.92
%34.17

CMYK Percentages of Color #e985be

%0
%43
%18
%9

Triadic Colors of #e985be

#e985be #bee985 #85bee9

Analogous Colors of #e985be

#e985be #e9858c #e285e9

Monochromatic Colors of #e985be

#e985be

Complementary Color

#e985be #85e9b0

#e985be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e985be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e985be Color CSS Codes

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

#e985be Text Font Color

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

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


#e985be Background Color

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

This div background color is #e985be


#e985be Border Color

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

This div border color is #e985be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e985be


Comments

No comments written yet.

Please login to write comment.