Color Hex Logo

#ed5fdb Color Hex

#ED5FDB
(237,95,219)
0 Favorites   0 Comments

Color spaces of #ed5fdb

RGB 23795219
HSL0.850.800.65
HSV308°60°93°
CMYK 0.000.600.08   0.07
XYZ51.803431.303470.3297
Yxy31.30340.33760.2040
Hunter Lab55.949467.3610-35.3642
CIE-Lab62.762968.9274-37.0864

#ed5fdb color RGB value is (237,95,219).

#ed5fdb hex color red value is 237, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed5fdb hue: 0.85 , saturation: 0.80 and the lightness value of ed5fdb is 0.65.

The process color (four color CMYK) of #ed5fdb color hex is 0.00, 0.60, 0.08, 0.07. Web safe color of #ed5fdb is #ff66cc. Color #ed5fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011111 11011011
Octal 355 137 333
Decimal 237 95 219
Hex ED 5F DB

RGB Percentages of Color #ed5fdb

%43.01
%17.24
%39.75

CMYK Percentages of Color #ed5fdb

%0
%60
%8
%7

Triadic Colors of #ed5fdb

#ed5fdb #dbed5f #5fdbed

Analogous Colors of #ed5fdb

#ed5fdb #ed5f94 #b85fed

Monochromatic Colors of #ed5fdb

#ed5fdb

Complementary Color

#ed5fdb #5fed71

#ed5fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5fdb Color CSS Codes

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

#ed5fdb Text Font Color

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

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


#ed5fdb Background Color

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

This div background color is #ed5fdb


#ed5fdb Border Color

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

This div border color is #ed5fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5fdb


Comments

No comments written yet.

Please login to write comment.