Color Hex Logo

#ed92db Color Hex

#ED92DB
(237,146,219)
0 Favorites   0 Comments

Color spaces of #ed92db

RGB 237146219
HSL0.870.720.75
HSV312°38°93°
CMYK 0.000.380.08   0.07
XYZ57.990143.676872.3919
Yxy43.67680.33320.2509
Hunter Lab66.088440.9723-18.6831
CIE-Lab72.011944.7124-22.8134

#ed92db color RGB value is (237,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 11011011
Octal 355 222 333
Decimal 237 146 219
Hex ED 92 DB

RGB Percentages of Color #ed92db

%39.37
%24.25
%36.38

CMYK Percentages of Color #ed92db

%0
%38
%8
%7

Triadic Colors of #ed92db

#ed92db #dbed92 #92dbed

Analogous Colors of #ed92db

#ed92db #ed92ae #d292ed

Monochromatic Colors of #ed92db

#ed92db

Complementary Color

#ed92db #92eda4

#ed92db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed92db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed92db Color CSS Codes

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

#ed92db Text Font Color

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

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


#ed92db Background Color

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

This div background color is #ed92db


#ed92db Border Color

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

This div border color is #ed92db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed92db


Comments

No comments written yet.

Please login to write comment.