Color Hex Logo

#e771cd Color Hex

#E771CD
(231,113,205)
0 Favorites   0 Comments

Color spaces of #e771cd

RGB 231113205
HSL0.870.710.67
HSV313°51°91°
CMYK 0.000.510.11   0.09
XYZ49.879633.207061.5382
Yxy33.20700.34490.2296
Hunter Lab57.625553.6617-22.9778
CIE-Lab64.328257.0610-26.8610

#e771cd color RGB value is (231,113,205).

#e771cd hex color red value is 231, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e771cd hue: 0.87 , saturation: 0.71 and the lightness value of e771cd is 0.67.

The process color (four color CMYK) of #e771cd color hex is 0.00, 0.51, 0.11, 0.09. Web safe color of #e771cd is #ff66cc. Color #e771cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 11001101
Octal 347 161 315
Decimal 231 113 205
Hex E7 71 CD

RGB Percentages of Color #e771cd

%42.08
%20.58
%37.34

CMYK Percentages of Color #e771cd

%0
%51
%11
%9

Triadic Colors of #e771cd

#e771cd #cde771 #71cde7

Analogous Colors of #e771cd

#e771cd #e77192 #c671e7

Monochromatic Colors of #e771cd

#e771cd

Complementary Color

#e771cd #71e78b

#e771cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771cd Color CSS Codes

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

#e771cd Text Font Color

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

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


#e771cd Background Color

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

This div background color is #e771cd


#e771cd Border Color

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

This div border color is #e771cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771cd


Comments

No comments written yet.

Please login to write comment.