Color Hex Logo

#e315c3 Color Hex

#E315C3
(227,21,195)
0 Favorites   0 Comments

Color spaces of #e315c3

RGB 22721195
HSL0.860.830.49
HSV309°91°89°
CMYK 0.000.910.14   0.11
XYZ41.797020.807453.4430
Yxy20.80740.36020.1793
Hunter Lab45.615183.7325-37.5340
CIE-Lab52.738183.9387-39.2497

#e315c3 color RGB value is (227,21,195).

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

The process color (four color CMYK) of #e315c3 color hex is 0.00, 0.91, 0.14, 0.11. Web safe color of #e315c3 is #cc00cc. Color #e315c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 11000011
Octal 343 25 303
Decimal 227 21 195
Hex E3 15 C3

RGB Percentages of Color #e315c3

%51.24
%4.74
%44.02

CMYK Percentages of Color #e315c3

%0
%91
%14
%11

Triadic Colors of #e315c3

#e315c3 #c3e315 #15c3e3

Analogous Colors of #e315c3

#e315c3 #e3155c #9c15e3

Monochromatic Colors of #e315c3

#e315c3

Complementary Color

#e315c3 #15e335

#e315c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315c3 Color CSS Codes

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

#e315c3 Text Font Color

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

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


#e315c3 Background Color

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

This div background color is #e315c3


#e315c3 Border Color

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

This div border color is #e315c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315c3


Comments

No comments written yet.

Please login to write comment.