Color Hex Logo

#e30bcb Color Hex

#E30BCB
(227,11,203)
0 Favorites   0 Comments

Color spaces of #e30bcb

RGB 22711203
HSL0.850.910.47
HSV307°95°89°
CMYK 0.000.950.11   0.11
XYZ42.577720.882058.2865
Yxy20.88200.34970.1715
Hunter Lab45.696886.3467-43.6369
CIE-Lab52.820185.9378-43.7371

#e30bcb color RGB value is (227,11,203).

#e30bcb hex color red value is 227, green value is 11 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e30bcb hue: 0.85 , saturation: 0.91 and the lightness value of e30bcb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001011 11001011
Octal 343 13 313
Decimal 227 11 203
Hex E3 B CB

RGB Percentages of Color #e30bcb

%51.47
%2.49
%46.03

CMYK Percentages of Color #e30bcb

%0
%95
%11
%11

Triadic Colors of #e30bcb

#e30bcb #cbe30b #0bcbe3

Analogous Colors of #e30bcb

#e30bcb #e30b5f #8f0be3

Monochromatic Colors of #e30bcb

#e30bcb

Complementary Color

#e30bcb #0be323

#e30bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30bcb Color CSS Codes

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

#e30bcb Text Font Color

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

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


#e30bcb Background Color

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

This div background color is #e30bcb


#e30bcb Border Color

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

This div border color is #e30bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30bcb


Comments

No comments written yet.

Please login to write comment.