Color Hex Logo

#e715cf Color Hex

#E715CF
(231,21,207)
0 Favorites   0 Comments

Color spaces of #e715cf

RGB 23121207
HSL0.850.830.49
HSV307°91°91°
CMYK 0.000.910.10   0.09
XYZ44.485622.030260.9391
Yxy22.03020.34900.1728
Hunter Lab46.936387.0412-44.1229
CIE-Lab54.059086.2287-44.0281

#e715cf color RGB value is (231,21,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 11001111
Octal 347 25 317
Decimal 231 21 207
Hex E7 15 CF

RGB Percentages of Color #e715cf

%50.33
%4.58
%45.10

CMYK Percentages of Color #e715cf

%0
%91
%10
%9

Triadic Colors of #e715cf

#e715cf #cfe715 #15cfe7

Analogous Colors of #e715cf

#e715cf #e71566 #9615e7

Monochromatic Colors of #e715cf

#e715cf

Complementary Color

#e715cf #15e72d

#e715cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e715cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e715cf Color CSS Codes

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

#e715cf Text Font Color

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

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


#e715cf Background Color

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

This div background color is #e715cf


#e715cf Border Color

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

This div border color is #e715cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e715cf


Comments

No comments written yet.

Please login to write comment.