Color Hex Logo

#e716cd Color Hex

#E716CD
(231,22,205)
0 Favorites   0 Comments

Color spaces of #e716cd

RGB 23122205
HSL0.850.830.50
HSV307°90°91°
CMYK 0.000.900.11   0.09
XYZ44.261421.970559.6655
Yxy21.97050.35160.1745
Hunter Lab46.872786.5285-42.6609
CIE-Lab53.995785.8485-42.9810

#e716cd color RGB value is (231,22,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 11001101
Octal 347 26 315
Decimal 231 22 205
Hex E7 16 CD

RGB Percentages of Color #e716cd

%50.44
%4.80
%44.76

CMYK Percentages of Color #e716cd

%0
%90
%11
%9

Triadic Colors of #e716cd

#e716cd #cde716 #16cde7

Analogous Colors of #e716cd

#e716cd #e71665 #9916e7

Monochromatic Colors of #e716cd

#e716cd

Complementary Color

#e716cd #16e730

#e716cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e716cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e716cd Color CSS Codes

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

#e716cd Text Font Color

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

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


#e716cd Background Color

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

This div background color is #e716cd


#e716cd Border Color

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

This div border color is #e716cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,22,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e716cd


Comments

No comments written yet.

Please login to write comment.