Color Hex Logo

#e771cb Color Hex

#E771CB
(231,113,203)
0 Favorites   0 Comments

Color spaces of #e771cb

RGB 231113203
HSL0.870.710.67
HSV314°51°91°
CMYK 0.000.510.12   0.09
XYZ49.639633.111060.2747
Yxy33.11100.34710.2315
Hunter Lab57.542253.2869-21.8260
CIE-Lab64.250756.7470-25.8551

#e771cb color RGB value is (231,113,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 11001011
Octal 347 161 313
Decimal 231 113 203
Hex E7 71 CB

RGB Percentages of Color #e771cb

%42.23
%20.66
%37.11

CMYK Percentages of Color #e771cb

%0
%51
%12
%9

Triadic Colors of #e771cb

#e771cb #cbe771 #71cbe7

Analogous Colors of #e771cb

#e771cb #e77190 #c871e7

Monochromatic Colors of #e771cb

#e771cb

Complementary Color

#e771cb #71e78d

#e771cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771cb Color CSS Codes

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

#e771cb Text Font Color

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

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


#e771cb Background Color

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

This div background color is #e771cb


#e771cb Border Color

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

This div border color is #e771cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771cb


Comments

No comments written yet.

Please login to write comment.