Color Hex Logo

#e730eb Color Hex

#E730EB
(231,48,235)
0 Favorites   0 Comments

Color spaces of #e730eb

RGB 23148235
HSL0.830.820.55
HSV299°80°92°
CMYK 0.020.800.00   0.08
XYZ49.007325.101080.8593
Yxy25.10100.31620.1620
Hunter Lab50.100986.9271-60.6192
CIE-Lab57.173785.5344-54.9530

#e730eb color RGB value is (231,48,235).

#e730eb hex color red value is 231, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e730eb hue: 0.83 , saturation: 0.82 and the lightness value of e730eb is 0.55.

The process color (four color CMYK) of #e730eb color hex is 0.02, 0.80, 0.00, 0.08. Web safe color of #e730eb is #ff33ff. Color #e730eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110000 11101011
Octal 347 60 353
Decimal 231 48 235
Hex E7 30 EB

RGB Percentages of Color #e730eb

%44.94
%9.34
%45.72

CMYK Percentages of Color #e730eb

%2
%80
%0
%8

Triadic Colors of #e730eb

#e730eb #ebe730 #30ebe7

Analogous Colors of #e730eb

#e730eb #eb3092 #8a30eb

Monochromatic Colors of #e730eb

#e730eb

Complementary Color

#e730eb #34eb30

#e730eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e730eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e730eb Color CSS Codes

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

#e730eb Text Font Color

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

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


#e730eb Background Color

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

This div background color is #e730eb


#e730eb Border Color

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

This div border color is #e730eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,48,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 #e730eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e730eb


Comments

No comments written yet.

Please login to write comment.