Color Hex Logo

#e78adf Color Hex

#E78ADF
(231,138,223)
0 Favorites   0 Comments

Color spaces of #e78adf

RGB 231138223
HSL0.850.660.72
HSV305°40°91°
CMYK 0.000.400.03   0.09
XYZ55.362840.493674.7101
Yxy40.49360.32460.2374
Hunter Lab63.634643.9365-25.0651
CIE-Lab69.819747.6582-28.4369

#e78adf color RGB value is (231,138,223).

#e78adf hex color red value is 231, green value is 138 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e78adf hue: 0.85 , saturation: 0.66 and the lightness value of e78adf is 0.72.

The process color (four color CMYK) of #e78adf color hex is 0.00, 0.40, 0.03, 0.09. Web safe color of #e78adf is #ff99cc. Color #e78adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 11011111
Octal 347 212 337
Decimal 231 138 223
Hex E7 8A DF

RGB Percentages of Color #e78adf

%39.02
%23.31
%37.67

CMYK Percentages of Color #e78adf

%0
%40
%3
%9

Triadic Colors of #e78adf

#e78adf #dfe78a #8adfe7

Analogous Colors of #e78adf

#e78adf #e78ab1 #c18ae7

Monochromatic Colors of #e78adf

#e78adf

Complementary Color

#e78adf #8ae792

#e78adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78adf Color CSS Codes

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

#e78adf Text Font Color

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

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


#e78adf Background Color

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

This div background color is #e78adf


#e78adf Border Color

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

This div border color is #e78adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78adf

#e78adf Color Palettes


Comments

No comments written yet.

Please login to write comment.