Color Hex Logo

#ed8fdb Color Hex

#ED8FDB
(237,143,219)
0 Favorites   0 Comments

Color spaces of #ed8fdb

RGB 237143219
HSL0.870.720.75
HSV311°40°93°
CMYK 0.000.400.08   0.07
XYZ57.533742.763972.2397
Yxy42.76390.33350.2479
Hunter Lab65.394142.6045-19.7207
CIE-Lab71.394446.2586-23.7556

#ed8fdb color RGB value is (237,143,219).

#ed8fdb hex color red value is 237, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed8fdb hue: 0.87 , saturation: 0.72 and the lightness value of ed8fdb is 0.75.

The process color (four color CMYK) of #ed8fdb color hex is 0.00, 0.40, 0.08, 0.07. Web safe color of #ed8fdb is #ff99cc. Color #ed8fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001111 11011011
Octal 355 217 333
Decimal 237 143 219
Hex ED 8F DB

RGB Percentages of Color #ed8fdb

%39.57
%23.87
%36.56

CMYK Percentages of Color #ed8fdb

%0
%40
%8
%7

Triadic Colors of #ed8fdb

#ed8fdb #dbed8f #8fdbed

Analogous Colors of #ed8fdb

#ed8fdb #ed8fac #d08fed

Monochromatic Colors of #ed8fdb

#ed8fdb

Complementary Color

#ed8fdb #8feda1

#ed8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8fdb Color CSS Codes

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

#ed8fdb Text Font Color

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

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


#ed8fdb Background Color

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

This div background color is #ed8fdb


#ed8fdb Border Color

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

This div border color is #ed8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8fdb


Comments

No comments written yet.

Please login to write comment.