Color Hex Logo

#e772be Color Hex

#E772BE
(231,114,190)
0 Favorites   0 Comments

Color spaces of #e772be

RGB 231114190
HSL0.890.710.68
HSV321°51°91°
CMYK 0.000.510.18   0.09
XYZ48.266632.741352.4910
Yxy32.74130.36160.2453
Hunter Lab57.220050.4345-14.3359
CIE-Lab63.950954.2921-18.9749

#e772be color RGB value is (231,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 10111110
Octal 347 162 276
Decimal 231 114 190
Hex E7 72 BE

RGB Percentages of Color #e772be

%43.18
%21.31
%35.51

CMYK Percentages of Color #e772be

%0
%51
%18
%9

Triadic Colors of #e772be

#e772be #bee772 #72bee7

Analogous Colors of #e772be

#e772be #e77284 #d672e7

Monochromatic Colors of #e772be

#e772be

Complementary Color

#e772be #72e79b

#e772be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e772be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e772be Color CSS Codes

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

#e772be Text Font Color

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

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


#e772be Background Color

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

This div background color is #e772be


#e772be Border Color

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

This div border color is #e772be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e772be


Comments

No comments written yet.

Please login to write comment.