Color Hex Logo

#e30bdb Color Hex

#E30BDB
(227,11,219)
0 Favorites   0 Comments

Color spaces of #e30bdb

RGB 22711219
HSL0.840.910.47
HSV302°95°89°
CMYK 0.000.950.04   0.11
XYZ44.584421.684768.8535
Yxy21.68470.33000.1605
Hunter Lab46.566889.4090-55.0691
CIE-Lab53.690988.1029-51.5098

#e30bdb color RGB value is (227,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001011 11011011
Octal 343 13 333
Decimal 227 11 219
Hex E3 B DB

RGB Percentages of Color #e30bdb

%49.67
%2.41
%47.92

CMYK Percentages of Color #e30bdb

%0
%95
%4
%11

Triadic Colors of #e30bdb

#e30bdb #dbe30b #0bdbe3

Analogous Colors of #e30bdb

#e30bdb #e30b6f #7f0be3

Monochromatic Colors of #e30bdb

#e30bdb

Complementary Color

#e30bdb #0be313

#e30bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30bdb Color CSS Codes

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

#e30bdb Text Font Color

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

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


#e30bdb Background Color

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

This div background color is #e30bdb


#e30bdb Border Color

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

This div border color is #e30bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30bdb


Comments

No comments written yet.

Please login to write comment.