Color Hex Logo

#e770cd Color Hex

#E770CD
(231,112,205)
0 Favorites   0 Comments

Color spaces of #e770cd

RGB 231112205
HSL0.870.710.67
HSV313°52°91°
CMYK 0.000.520.11   0.09
XYZ49.768632.985061.5013
Yxy32.98500.34500.2287
Hunter Lab57.432654.1734-23.2875
CIE-Lab64.148857.5349-27.1373

#e770cd color RGB value is (231,112,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 11001101
Octal 347 160 315
Decimal 231 112 205
Hex E7 70 CD

RGB Percentages of Color #e770cd

%42.15
%20.44
%37.41

CMYK Percentages of Color #e770cd

%0
%52
%11
%9

Triadic Colors of #e770cd

#e770cd #cde770 #70cde7

Analogous Colors of #e770cd

#e770cd #e77092 #c670e7

Monochromatic Colors of #e770cd

#e770cd

Complementary Color

#e770cd #70e78a

#e770cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e770cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e770cd Color CSS Codes

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

#e770cd Text Font Color

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

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


#e770cd Background Color

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

This div background color is #e770cd


#e770cd Border Color

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

This div border color is #e770cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e770cd


Comments

No comments written yet.

Please login to write comment.