Color Hex Logo

#e77cdb Color Hex

#E77CDB
(231,124,219)
0 Favorites   0 Comments

Color spaces of #e77cdb

RGB 231124219
HSL0.850.690.70
HSV307°46°91°
CMYK 0.000.460.05   0.09
XYZ52.948836.518771.2759
Yxy36.51870.32940.2272
Hunter Lab60.430750.6462-27.6290
CIE-Lab66.914454.0215-30.7006

#e77cdb color RGB value is (231,124,219).

#e77cdb hex color red value is 231, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e77cdb hue: 0.85 , saturation: 0.69 and the lightness value of e77cdb is 0.70.

The process color (four color CMYK) of #e77cdb color hex is 0.00, 0.46, 0.05, 0.09. Web safe color of #e77cdb is #ff66cc. Color #e77cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 11011011
Octal 347 174 333
Decimal 231 124 219
Hex E7 7C DB

RGB Percentages of Color #e77cdb

%40.24
%21.60
%38.15

CMYK Percentages of Color #e77cdb

%0
%46
%5
%9

Triadic Colors of #e77cdb

#e77cdb #dbe77c #7cdbe7

Analogous Colors of #e77cdb

#e77cdb #e77ca6 #be7ce7

Monochromatic Colors of #e77cdb

#e77cdb

Complementary Color

#e77cdb #7ce788

#e77cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cdb Color CSS Codes

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

#e77cdb Text Font Color

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

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


#e77cdb Background Color

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

This div background color is #e77cdb


#e77cdb Border Color

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

This div border color is #e77cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cdb


Comments

No comments written yet.

Please login to write comment.