Color Hex Logo

#e938ee Color Hex

#E938EE
(233,56,238)
0 Favorites   0 Comments

Color spaces of #e938ee

RGB 23356238
HSL0.830.840.58
HSV298°76°93°
CMYK 0.020.760.00   0.07
XYZ50.451126.325083.3111
Yxy26.32500.31510.1644
Hunter Lab51.307985.7304-60.3565
CIE-Lab58.344384.3881-54.7471

#e938ee color RGB value is (233,56,238).

#e938ee hex color red value is 233, green value is 56 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e938ee hue: 0.83 , saturation: 0.84 and the lightness value of e938ee is 0.58.

The process color (four color CMYK) of #e938ee color hex is 0.02, 0.76, 0.00, 0.07. Web safe color of #e938ee is #ff33ff. Color #e938ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111000 11101110
Octal 351 70 356
Decimal 233 56 238
Hex E9 38 EE

RGB Percentages of Color #e938ee

%44.21
%10.63
%45.16

CMYK Percentages of Color #e938ee

%2
%76
%0
%7

Triadic Colors of #e938ee

#e938ee #eee938 #38eee9

Analogous Colors of #e938ee

#e938ee #ee3898 #8e38ee

Monochromatic Colors of #e938ee

#e938ee

Complementary Color

#e938ee #3dee38

#e938ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e938ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e938ee Color CSS Codes

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

#e938ee Text Font Color

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

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


#e938ee Background Color

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

This div background color is #e938ee


#e938ee Border Color

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

This div border color is #e938ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e938ee


Comments

No comments written yet.

Please login to write comment.