Color Hex Logo

#e302bb Color Hex

#E302BB
(227,2,187)
0 Favorites   0 Comments

Color spaces of #e302bb

RGB 2272187
HSL0.860.980.45
HSV311°99°89°
CMYK 0.000.990.18   0.11
XYZ40.669919.962248.7232
Yxy19.96220.37190.1825
Hunter Lab44.679184.2943-33.3813
CIE-Lab51.794484.5571-36.0885

#e302bb color RGB value is (227,2,187).

#e302bb hex color red value is 227, green value is 2 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e302bb hue: 0.86 , saturation: 0.98 and the lightness value of e302bb is 0.45.

The process color (four color CMYK) of #e302bb color hex is 0.00, 0.99, 0.18, 0.11. Web safe color of #e302bb is #cc00cc. Color #e302bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000010 10111011
Octal 343 2 273
Decimal 227 2 187
Hex E3 2 BB

RGB Percentages of Color #e302bb

%54.57
%0.48
%44.95

CMYK Percentages of Color #e302bb

%0
%99
%18
%11

Triadic Colors of #e302bb

#e302bb #bbe302 #02bbe3

Analogous Colors of #e302bb

#e302bb #e3024b #9b02e3

Monochromatic Colors of #e302bb

#e302bb

Complementary Color

#e302bb #02e32a

#e302bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e302bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e302bb Color CSS Codes

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

#e302bb Text Font Color

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

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


#e302bb Background Color

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

This div background color is #e302bb


#e302bb Border Color

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

This div border color is #e302bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,2,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e302bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e302bb;
  -webkit-box-shadow: 1px 1px 3px 2px #e302bb;
  box-shadow:         1px 1px 3px 2px #e302bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e302bb


Comments

No comments written yet.

Please login to write comment.