Color Hex Logo

#e309bc Color Hex

#E309BC
(227,9,188)
0 Favorites   0 Comments

Color spaces of #e309bc

RGB 2279188
HSL0.860.920.46
HSV311°96°89°
CMYK 0.000.960.17   0.11
XYZ40.853320.157149.3145
Yxy20.15710.37030.1827
Hunter Lab44.896783.8553-33.6965
CIE-Lab52.014484.1747-36.3257

#e309bc color RGB value is (227,9,188).

#e309bc hex color red value is 227, green value is 9 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e309bc hue: 0.86 , saturation: 0.92 and the lightness value of e309bc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001001 10111100
Octal 343 11 274
Decimal 227 9 188
Hex E3 9 BC

RGB Percentages of Color #e309bc

%53.54
%2.12
%44.34

CMYK Percentages of Color #e309bc

%0
%96
%17
%11

Triadic Colors of #e309bc

#e309bc #bce309 #09bce3

Analogous Colors of #e309bc

#e309bc #e3094f #9d09e3

Monochromatic Colors of #e309bc

#e309bc

Complementary Color

#e309bc #09e330

#e309bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e309bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e309bc Color CSS Codes

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

#e309bc Text Font Color

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

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


#e309bc Background Color

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

This div background color is #e309bc


#e309bc Border Color

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

This div border color is #e309bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e309bc


Comments

No comments written yet.

Please login to write comment.