Color Hex Logo

#e815cf Color Hex

#E815CF
(232,21,207)
0 Favorites   0 Comments

Color spaces of #e815cf

RGB 23221207
HSL0.850.830.50
HSV307°91°91°
CMYK 0.000.910.11   0.09
XYZ44.809422.197160.9542
Yxy22.19710.35020.1735
Hunter Lab47.113887.3202-43.7277
CIE-Lab54.235586.4076-43.7374

#e815cf color RGB value is (232,21,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010101 11001111
Octal 350 25 317
Decimal 232 21 207
Hex E8 15 CF

RGB Percentages of Color #e815cf

%50.43
%4.57
%45.00

CMYK Percentages of Color #e815cf

%0
%91
%11
%9

Triadic Colors of #e815cf

#e815cf #cfe815 #15cfe8

Analogous Colors of #e815cf

#e815cf #e81566 #9815e8

Monochromatic Colors of #e815cf

#e815cf

Complementary Color

#e815cf #15e82e

#e815cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e815cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e815cf Color CSS Codes

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

#e815cf Text Font Color

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

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


#e815cf Background Color

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

This div background color is #e815cf


#e815cf Border Color

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

This div border color is #e815cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e815cf


Comments

No comments written yet.

Please login to write comment.