Color Hex Logo

#eda7f3 Color Hex

#EDA7F3
(237,167,243)
0 Favorites   0 Comments

Color spaces of #eda7f3

RGB 237167243
HSL0.820.760.80
HSV295°31°95°
CMYK 0.020.310.00   0.05
XYZ64.921452.113091.4311
Yxy52.11300.31140.2500
Hunter Lab72.189334.1975-24.5610
CIE-Lab77.348437.9747-27.7413

#eda7f3 color RGB value is (237,167,243).

#eda7f3 hex color red value is 237, green value is 167 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #eda7f3 hue: 0.82 , saturation: 0.76 and the lightness value of eda7f3 is 0.80.

The process color (four color CMYK) of #eda7f3 color hex is 0.02, 0.31, 0.00, 0.05. Web safe color of #eda7f3 is #ff99ff. Color #eda7f3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 11110011
Octal 355 247 363
Decimal 237 167 243
Hex ED A7 F3

RGB Percentages of Color #eda7f3

%36.63
%25.81
%37.56

CMYK Percentages of Color #eda7f3

%2
%31
%0
%5

Triadic Colors of #eda7f3

#eda7f3 #f3eda7 #a7f3ed

Analogous Colors of #eda7f3

#eda7f3 #f3a7d3 #c7a7f3

Monochromatic Colors of #eda7f3

#eda7f3

Complementary Color

#eda7f3 #adf3a7

#eda7f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda7f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda7f3 Color CSS Codes

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

#eda7f3 Text Font Color

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

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


#eda7f3 Background Color

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

This div background color is #eda7f3


#eda7f3 Border Color

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

This div border color is #eda7f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda7f3


Comments

No comments written yet.

Please login to write comment.