Color Hex Logo

#e303bd Color Hex

#E303BD
(227,3,189)
0 Favorites   0 Comments

Color spaces of #e303bd

RGB 2273189
HSL0.860.970.45
HSV310°99°89°
CMYK 0.000.990.17   0.11
XYZ40.896420.070149.8626
Yxy20.07010.36900.1811
Hunter Lab44.799784.5484-34.6308
CIE-Lab51.916484.7297-37.0616

#e303bd color RGB value is (227,3,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000011 10111101
Octal 343 3 275
Decimal 227 3 189
Hex E3 3 BD

RGB Percentages of Color #e303bd

%54.18
%0.72
%45.11

CMYK Percentages of Color #e303bd

%0
%99
%17
%11

Triadic Colors of #e303bd

#e303bd #bde303 #03bde3

Analogous Colors of #e303bd

#e303bd #e3034d #9903e3

Monochromatic Colors of #e303bd

#e303bd

Complementary Color

#e303bd #03e329

#e303bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e303bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e303bd Color CSS Codes

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

#e303bd Text Font Color

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

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


#e303bd Background Color

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

This div background color is #e303bd


#e303bd Border Color

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

This div border color is #e303bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e303bd


Comments

No comments written yet.

Please login to write comment.