Color Hex Logo

#e315cb Color Hex

#E315CB
(227,21,203)
0 Favorites   0 Comments

Color spaces of #e315cb

RGB 22721203
HSL0.850.830.49
HSV307°91°89°
CMYK 0.000.910.11   0.11
XYZ42.726221.179058.3360
Yxy21.17900.34950.1733
Hunter Lab46.020685.1857-42.9418
CIE-Lab53.144884.9823-43.2232

#e315cb color RGB value is (227,21,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 11001011
Octal 343 25 313
Decimal 227 21 203
Hex E3 15 CB

RGB Percentages of Color #e315cb

%50.33
%4.66
%45.01

CMYK Percentages of Color #e315cb

%0
%91
%11
%11

Triadic Colors of #e315cb

#e315cb #cbe315 #15cbe3

Analogous Colors of #e315cb

#e315cb #e31564 #9415e3

Monochromatic Colors of #e315cb

#e315cb

Complementary Color

#e315cb #15e32d

#e315cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315cb Color CSS Codes

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

#e315cb Text Font Color

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

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


#e315cb Background Color

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

This div background color is #e315cb


#e315cb Border Color

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

This div border color is #e315cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315cb


Comments

No comments written yet.

Please login to write comment.