Color Hex Logo

#e765ed Color Hex

#E765ED
(231,101,237)
0 Favorites   0 Comments

Color spaces of #e765ed

RGB 231101237
HSL0.830.790.66
HSV297°57°93°
CMYK 0.030.570.00   0.07
XYZ52.894732.410783.5888
Yxy32.41070.31320.1919
Hunter Lab56.930466.2183-47.2020
CIE-Lab63.680967.8188-45.7491

#e765ed color RGB value is (231,101,237).

#e765ed hex color red value is 231, green value is 101 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e765ed hue: 0.83 , saturation: 0.79 and the lightness value of e765ed is 0.66.

The process color (four color CMYK) of #e765ed color hex is 0.03, 0.57, 0.00, 0.07. Web safe color of #e765ed is #ff66ff. Color #e765ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100101 11101101
Octal 347 145 355
Decimal 231 101 237
Hex E7 65 ED

RGB Percentages of Color #e765ed

%40.60
%17.75
%41.65

CMYK Percentages of Color #e765ed

%3
%57
%0
%7

Triadic Colors of #e765ed

#e765ed #ede765 #65ede7

Analogous Colors of #e765ed

#e765ed #ed65af #a365ed

Monochromatic Colors of #e765ed

#e765ed

Complementary Color

#e765ed #6bed65

#e765ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e765ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e765ed Color CSS Codes

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

#e765ed Text Font Color

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

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


#e765ed Background Color

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

This div background color is #e765ed


#e765ed Border Color

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

This div border color is #e765ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e765ed


Comments

No comments written yet.

Please login to write comment.