Color Hex Logo

#e303be Color Hex

#E303BE
(227,3,190)
0 Favorites   0 Comments

Color spaces of #e303be

RGB 2273190
HSL0.860.970.45
HSV310°99°89°
CMYK 0.000.990.16   0.11
XYZ41.005420.113750.4363
Yxy20.11370.36760.1803
Hunter Lab44.848384.7204-35.2836
CIE-Lab51.965584.8529-37.5658

#e303be color RGB value is (227,3,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000011 10111110
Octal 343 3 276
Decimal 227 3 190
Hex E3 3 BE

RGB Percentages of Color #e303be

%54.05
%0.71
%45.24

CMYK Percentages of Color #e303be

%0
%99
%16
%11

Triadic Colors of #e303be

#e303be #bee303 #03bee3

Analogous Colors of #e303be

#e303be #e3034e #9803e3

Monochromatic Colors of #e303be

#e303be

Complementary Color

#e303be #03e328

#e303be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e303be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e303be Color CSS Codes

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

#e303be Text Font Color

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

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


#e303be Background Color

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

This div background color is #e303be


#e303be Border Color

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

This div border color is #e303be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e303be


Comments

No comments written yet.

Please login to write comment.