Color Hex Logo

#eda8ff Color Hex

#EDA8FF
(237,168,255)
0 Favorites   0 Comments

Color spaces of #eda8ff

RGB 237168255
HSL0.801.000.83
HSV288°34°100°
CMYK 0.070.340.00   0.00
XYZ66.977753.2298101.3520
Yxy53.22980.30230.2403
Hunter Lab72.958836.1890-31.2927
CIE-Lab78.010539.7216-33.1913

#eda8ff color RGB value is (237,168,255).

#eda8ff hex color red value is 237, green value is 168 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eda8ff hue: 0.80 , saturation: 1.00 and the lightness value of eda8ff is 0.83.

The process color (four color CMYK) of #eda8ff color hex is 0.07, 0.34, 0.00, 0.00. Web safe color of #eda8ff is #ff99ff. Color #eda8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 11111111
Octal 355 250 377
Decimal 237 168 255
Hex ED A8 FF

RGB Percentages of Color #eda8ff

%35.91
%25.45
%38.64

CMYK Percentages of Color #eda8ff

%7
%34
%0
%0

Triadic Colors of #eda8ff

#eda8ff #ffeda8 #a8ffed

Analogous Colors of #eda8ff

#eda8ff #ffa8e6 #c2a8ff

Monochromatic Colors of #eda8ff

#eda8ff

Complementary Color

#eda8ff #baffa8

#eda8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda8ff Color CSS Codes

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

#eda8ff Text Font Color

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

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


#eda8ff Background Color

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

This div background color is #eda8ff


#eda8ff Border Color

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

This div border color is #eda8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda8ff

#eda8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.