Color Hex Logo

#e30bce Color Hex

#E30BCE
(227,11,206)
0 Favorites   0 Comments

Color spaces of #e30bce

RGB 22711206
HSL0.850.910.47
HSV306°95°89°
CMYK 0.000.950.09   0.11
XYZ42.938821.026560.1879
Yxy21.02650.34590.1694
Hunter Lab45.854786.9037-45.7246
CIE-Lab52.978586.3336-45.2110

#e30bce color RGB value is (227,11,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001011 11001110
Octal 343 13 316
Decimal 227 11 206
Hex E3 B CE

RGB Percentages of Color #e30bce

%51.13
%2.48
%46.40

CMYK Percentages of Color #e30bce

%0
%95
%9
%11

Triadic Colors of #e30bce

#e30bce #cee30b #0bcee3

Analogous Colors of #e30bce

#e30bce #e30b62 #8c0be3

Monochromatic Colors of #e30bce

#e30bce

Complementary Color

#e30bce #0be320

#e30bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30bce Color CSS Codes

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

#e30bce Text Font Color

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

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


#e30bce Background Color

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

This div background color is #e30bce


#e30bce Border Color

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

This div border color is #e30bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30bce


Comments

No comments written yet.

Please login to write comment.