Color Hex Logo

#e767da Color Hex

#E767DA
(231,103,218)
0 Favorites   0 Comments

Color spaces of #e767da

RGB 231103218
HSL0.850.730.65
HSV306°55°91°
CMYK 0.000.550.06   0.09
XYZ50.460131.751469.7988
Yxy31.75140.33200.2089
Hunter Lab56.348461.2375-33.9987
CIE-Lab63.136963.7543-36.0055

#e767da color RGB value is (231,103,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100111 11011010
Octal 347 147 332
Decimal 231 103 218
Hex E7 67 DA

RGB Percentages of Color #e767da

%41.85
%18.66
%39.49

CMYK Percentages of Color #e767da

%0
%55
%6
%9

Triadic Colors of #e767da

#e767da #dae767 #67dae7

Analogous Colors of #e767da

#e767da #e7679a #b467e7

Monochromatic Colors of #e767da

#e767da

Complementary Color

#e767da #67e774

#e767da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e767da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e767da Color CSS Codes

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

#e767da Text Font Color

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

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


#e767da Background Color

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

This div background color is #e767da


#e767da Border Color

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

This div border color is #e767da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,103,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 #e767da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e767da


Comments

No comments written yet.

Please login to write comment.