Color Hex Logo

#e775d5 Color Hex

#E775D5
(231,117,213)
0 Favorites   0 Comments

Color spaces of #e775d5

RGB 231117213
HSL0.860.700.68
HSV309°49°91°
CMYK 0.000.490.08   0.09
XYZ51.326534.515666.9078
Yxy34.51560.33600.2260
Hunter Lab58.750053.1328-26.3978
CIE-Lab65.369856.4338-29.7412

#e775d5 color RGB value is (231,117,213).

#e775d5 hex color red value is 231, green value is 117 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #e775d5 hue: 0.86 , saturation: 0.70 and the lightness value of e775d5 is 0.68.

The process color (four color CMYK) of #e775d5 color hex is 0.00, 0.49, 0.08, 0.09. Web safe color of #e775d5 is #ff66cc. Color #e775d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110101 11010101
Octal 347 165 325
Decimal 231 117 213
Hex E7 75 D5

RGB Percentages of Color #e775d5

%41.18
%20.86
%37.97

CMYK Percentages of Color #e775d5

%0
%49
%8
%9

Triadic Colors of #e775d5

#e775d5 #d5e775 #75d5e7

Analogous Colors of #e775d5

#e775d5 #e7759c #c075e7

Monochromatic Colors of #e775d5

#e775d5

Complementary Color

#e775d5 #75e787

#e775d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e775d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e775d5 Color CSS Codes

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

#e775d5 Text Font Color

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

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


#e775d5 Background Color

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

This div background color is #e775d5


#e775d5 Border Color

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

This div border color is #e775d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e775d5


Comments

No comments written yet.

Please login to write comment.