Color Hex Logo

#e68adf Color Hex

#E68ADF
(230,138,223)
0 Favorites   0 Comments

Color spaces of #e68adf

RGB 230138223
HSL0.850.650.72
HSV305°40°90°
CMYK 0.000.400.03   0.10
XYZ55.040940.327774.6951
Yxy40.32770.32360.2371
Hunter Lab63.504143.5791-25.2855
CIE-Lab69.702347.3532-28.6274

#e68adf color RGB value is (230,138,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001010 11011111
Octal 346 212 337
Decimal 230 138 223
Hex E6 8A DF

RGB Percentages of Color #e68adf

%38.92
%23.35
%37.73

CMYK Percentages of Color #e68adf

%0
%40
%3
%10

Triadic Colors of #e68adf

#e68adf #dfe68a #8adfe6

Analogous Colors of #e68adf

#e68adf #e68ab1 #bf8ae6

Monochromatic Colors of #e68adf

#e68adf

Complementary Color

#e68adf #8ae691

#e68adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68adf Color CSS Codes

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

#e68adf Text Font Color

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

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


#e68adf Background Color

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

This div background color is #e68adf


#e68adf Border Color

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

This div border color is #e68adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68adf


Comments

No comments written yet.

Please login to write comment.