Color Hex Logo

#e770ca Color Hex

#E770CA
(231,112,202)
0 Favorites   0 Comments

Color spaces of #e770ca

RGB 231112202
HSL0.870.710.67
HSV315°52°91°
CMYK 0.000.520.13   0.09
XYZ49.409832.841559.6120
Yxy32.84150.34830.2315
Hunter Lab57.307553.6123-21.5590
CIE-Lab64.032457.0658-25.6274

#e770ca color RGB value is (231,112,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 11001010
Octal 347 160 312
Decimal 231 112 202
Hex E7 70 CA

RGB Percentages of Color #e770ca

%42.39
%20.55
%37.06

CMYK Percentages of Color #e770ca

%0
%52
%13
%9

Triadic Colors of #e770ca

#e770ca #cae770 #70cae7

Analogous Colors of #e770ca

#e770ca #e7708f #c970e7

Monochromatic Colors of #e770ca

#e770ca

Complementary Color

#e770ca #70e78d

#e770ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e770ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e770ca Color CSS Codes

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

#e770ca Text Font Color

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

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


#e770ca Background Color

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

This div background color is #e770ca


#e770ca Border Color

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

This div border color is #e770ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e770ca


Comments

No comments written yet.

Please login to write comment.