Color Hex Logo

#e941be Color Hex

#E941BE
(233,65,190)
0 Favorites   0 Comments

Color spaces of #e941be

RGB 23365190
HSL0.880.790.58
HSV315°72°91°
CMYK 0.000.720.18   0.09
XYZ44.788824.821951.1457
Yxy24.82190.37090.2056
Hunter Lab49.821673.2809-25.9907
CIE-Lab56.901574.8568-29.7777

#e941be color RGB value is (233,65,190).

#e941be hex color red value is 233, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e941be hue: 0.88 , saturation: 0.79 and the lightness value of e941be is 0.58.

The process color (four color CMYK) of #e941be color hex is 0.00, 0.72, 0.18, 0.09. Web safe color of #e941be is #ff33cc. Color #e941be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000001 10111110
Octal 351 101 276
Decimal 233 65 190
Hex E9 41 BE

RGB Percentages of Color #e941be

%47.75
%13.32
%38.93

CMYK Percentages of Color #e941be

%0
%72
%18
%9

Triadic Colors of #e941be

#e941be #bee941 #41bee9

Analogous Colors of #e941be

#e941be #e9416a #c041e9

Monochromatic Colors of #e941be

#e941be

Complementary Color

#e941be #41e96c

#e941be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e941be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e941be Color CSS Codes

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

#e941be Text Font Color

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

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


#e941be Background Color

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

This div background color is #e941be


#e941be Border Color

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

This div border color is #e941be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e941be


Comments

No comments written yet.

Please login to write comment.