Color Hex Logo

#e946be Color Hex

#E946BE
(233,70,190)
0 Favorites   0 Comments

Color spaces of #e946be

RGB 23370190
HSL0.880.790.59
HSV316°70°91°
CMYK 0.000.700.18   0.09
XYZ45.088725.421751.2456
Yxy25.42170.37030.2088
Hunter Lab50.419971.3911-24.9670
CIE-Lab57.484073.2123-28.8745

#e946be color RGB value is (233,70,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 10111110
Octal 351 106 276
Decimal 233 70 190
Hex E9 46 BE

RGB Percentages of Color #e946be

%47.26
%14.20
%38.54

CMYK Percentages of Color #e946be

%0
%70
%18
%9

Triadic Colors of #e946be

#e946be #bee946 #46bee9

Analogous Colors of #e946be

#e946be #e9466d #c346e9

Monochromatic Colors of #e946be

#e946be

Complementary Color

#e946be #46e971

#e946be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e946be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e946be Color CSS Codes

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

#e946be Text Font Color

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

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


#e946be Background Color

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

This div background color is #e946be


#e946be Border Color

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

This div border color is #e946be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e946be


Comments

No comments written yet.

Please login to write comment.