Color Hex Logo

#e738ea Color Hex

#E738EA
(231,56,234)
0 Favorites   0 Comments

Color spaces of #e738ea

RGB 23156234
HSL0.830.810.57
HSV299°76°92°
CMYK 0.010.760.00   0.08
XYZ49.220525.757880.2194
Yxy25.75780.31710.1660
Hunter Lab50.752184.2968-58.1879
CIE-Lab57.806483.3876-53.3830

#e738ea color RGB value is (231,56,234).

#e738ea hex color red value is 231, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e738ea hue: 0.83 , saturation: 0.81 and the lightness value of e738ea is 0.57.

The process color (four color CMYK) of #e738ea color hex is 0.01, 0.76, 0.00, 0.08. Web safe color of #e738ea is #ff33ff. Color #e738ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111000 11101010
Octal 347 70 352
Decimal 231 56 234
Hex E7 38 EA

RGB Percentages of Color #e738ea

%44.34
%10.75
%44.91

CMYK Percentages of Color #e738ea

%1
%76
%0
%8

Triadic Colors of #e738ea

#e738ea #eae738 #38eae7

Analogous Colors of #e738ea

#e738ea #ea3894 #8e38ea

Monochromatic Colors of #e738ea

#e738ea

Complementary Color

#e738ea #3bea38

#e738ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e738ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e738ea Color CSS Codes

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

#e738ea Text Font Color

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

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


#e738ea Background Color

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

This div background color is #e738ea


#e738ea Border Color

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

This div border color is #e738ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,56,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e738ea


Comments

No comments written yet.

Please login to write comment.