Color Hex Logo

#e781cb Color Hex

#E781CB
(231,129,203)
0 Favorites   0 Comments

Color spaces of #e781cb

RGB 231129203
HSL0.880.680.71
HSV316°44°91°
CMYK 0.000.440.12   0.09
XYZ51.584737.001260.9231
Yxy37.00120.34500.2475
Hunter Lab60.828644.9239-16.8021
CIE-Lab67.277948.8906-21.2225

#e781cb color RGB value is (231,129,203).

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

The process color (four color CMYK) of #e781cb color hex is 0.00, 0.44, 0.12, 0.09. Web safe color of #e781cb is #ff99cc. Color #e781cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 11001011
Octal 347 201 313
Decimal 231 129 203
Hex E7 81 CB

RGB Percentages of Color #e781cb

%41.03
%22.91
%36.06

CMYK Percentages of Color #e781cb

%0
%44
%12
%9

Triadic Colors of #e781cb

#e781cb #cbe781 #81cbe7

Analogous Colors of #e781cb

#e781cb #e78198 #d081e7

Monochromatic Colors of #e781cb

#e781cb

Complementary Color

#e781cb #81e79d

#e781cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e781cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e781cb Color CSS Codes

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

#e781cb Text Font Color

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

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


#e781cb Background Color

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

This div background color is #e781cb


#e781cb Border Color

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

This div border color is #e781cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e781cb


Comments

No comments written yet.

Please login to write comment.