Color Hex Logo

#e30deb Color Hex

#E30DEB
(227,13,235)
0 Favorites   0 Comments

Color spaces of #e30deb

RGB 22713235
HSL0.830.900.49
HSV298°94°92°
CMYK 0.030.940.00   0.08
XYZ46.817922.616980.4952
Yxy22.61690.31230.1508
Hunter Lab47.557292.4999-67.0640
CIE-Lab54.675590.2405-58.9879

#e30deb color RGB value is (227,13,235).

#e30deb hex color red value is 227, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e30deb hue: 0.83 , saturation: 0.90 and the lightness value of e30deb is 0.49.

The process color (four color CMYK) of #e30deb color hex is 0.03, 0.94, 0.00, 0.08. Web safe color of #e30deb is #cc00ff. Color #e30deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001101 11101011
Octal 343 15 353
Decimal 227 13 235
Hex E3 D EB

RGB Percentages of Color #e30deb

%47.79
%2.74
%49.47

CMYK Percentages of Color #e30deb

%3
%94
%0
%8

Triadic Colors of #e30deb

#e30deb #ebe30d #0debe3

Analogous Colors of #e30deb

#e30deb #eb0d84 #740deb

Monochromatic Colors of #e30deb

#e30deb

Complementary Color

#e30deb #15eb0d

#e30deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30deb Color CSS Codes

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

#e30deb Text Font Color

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

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


#e30deb Background Color

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

This div background color is #e30deb


#e30deb Border Color

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

This div border color is #e30deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30deb


Comments

No comments written yet.

Please login to write comment.