Color Hex Logo

#e765da Color Hex

#E765DA
(231,101,218)
0 Favorites   0 Comments

Color spaces of #e765da

RGB 231101218
HSL0.850.730.65
HSV306°56°91°
CMYK 0.000.560.06   0.09
XYZ50.263631.358269.7332
Yxy31.35820.33210.2072
Hunter Lab55.998462.2226-34.6333
CIE-Lab62.808964.6420-36.5171

#e765da color RGB value is (231,101,218).

#e765da hex color red value is 231, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e765da hue: 0.85 , saturation: 0.73 and the lightness value of e765da is 0.65.

The process color (four color CMYK) of #e765da color hex is 0.00, 0.56, 0.06, 0.09. Web safe color of #e765da is #ff66cc. Color #e765da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100101 11011010
Octal 347 145 332
Decimal 231 101 218
Hex E7 65 DA

RGB Percentages of Color #e765da

%42.00
%18.36
%39.64

CMYK Percentages of Color #e765da

%0
%56
%6
%9

Triadic Colors of #e765da

#e765da #dae765 #65dae7

Analogous Colors of #e765da

#e765da #e76599 #b365e7

Monochromatic Colors of #e765da

#e765da

Complementary Color

#e765da #65e772

#e765da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e765da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e765da Color CSS Codes

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

#e765da Text Font Color

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

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


#e765da Background Color

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

This div background color is #e765da


#e765da Border Color

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

This div border color is #e765da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e765da


Comments

No comments written yet.

Please login to write comment.