Color Hex Logo

#e317ea Color Hex

#E317EA
(227,23,234)
0 Favorites   0 Comments

Color spaces of #e317ea

RGB 22723234
HSL0.830.830.50
HSV298°90°92°
CMYK 0.030.900.00   0.08
XYZ46.836222.884279.7904
Yxy22.88420.31330.1531
Hunter Lab47.837491.0485-65.4065
CIE-Lab54.952989.0966-57.9804

#e317ea color RGB value is (227,23,234).

#e317ea hex color red value is 227, green value is 23 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e317ea hue: 0.83 , saturation: 0.83 and the lightness value of e317ea is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010111 11101010
Octal 343 27 352
Decimal 227 23 234
Hex E3 17 EA

RGB Percentages of Color #e317ea

%46.90
%4.75
%48.35

CMYK Percentages of Color #e317ea

%3
%90
%0
%8

Triadic Colors of #e317ea

#e317ea #eae317 #17eae3

Analogous Colors of #e317ea

#e317ea #ea1788 #7a17ea

Monochromatic Colors of #e317ea

#e317ea

Complementary Color

#e317ea #1eea17

#e317ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e317ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e317ea Color CSS Codes

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

#e317ea Text Font Color

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

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


#e317ea Background Color

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

This div background color is #e317ea


#e317ea Border Color

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

This div border color is #e317ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e317ea


Comments

No comments written yet.

Please login to write comment.