Color Hex Logo

#ed94be Color Hex

#ED94BE
(237,148,190)
0 Favorites   0 Comments

Color spaces of #ed94be

RGB 237148190
HSL0.920.710.75
HSV332°38°93°
CMYK 0.000.380.20   0.07
XYZ54.809242.902054.1074
Yxy42.90200.36100.2826
Hunter Lab65.499634.7421-3.1281
CIE-Lab71.488439.0689-7.5726

#ed94be color RGB value is (237,148,190).

#ed94be hex color red value is 237, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ed94be hue: 0.92 , saturation: 0.71 and the lightness value of ed94be is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 10111110
Octal 355 224 276
Decimal 237 148 190
Hex ED 94 BE

RGB Percentages of Color #ed94be

%41.22
%25.74
%33.04

CMYK Percentages of Color #ed94be

%0
%38
%20
%7

Triadic Colors of #ed94be

#ed94be #beed94 #94beed

Analogous Colors of #ed94be

#ed94be #ed9794 #ed94eb

Monochromatic Colors of #ed94be

#ed94be

Complementary Color

#ed94be #94edc3

#ed94be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed94be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed94be Color CSS Codes

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

#ed94be Text Font Color

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

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


#ed94be Background Color

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

This div background color is #ed94be


#ed94be Border Color

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

This div border color is #ed94be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed94be


Comments

No comments written yet.

Please login to write comment.