Color Hex Logo

#ed94cd Color Hex

#ED94CD
(237,148,205)
0 Favorites   0 Comments

Color spaces of #ed94cd

RGB 237148205
HSL0.890.710.75
HSV322°38°93°
CMYK 0.000.380.14   0.07
XYZ56.534443.592163.1920
Yxy43.59210.34620.2669
Hunter Lab66.024337.3010-10.5296
CIE-Lab71.955041.3792-15.1795

#ed94cd color RGB value is (237,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 11001101
Octal 355 224 315
Decimal 237 148 205
Hex ED 94 CD

RGB Percentages of Color #ed94cd

%40.17
%25.08
%34.75

CMYK Percentages of Color #ed94cd

%0
%38
%14
%7

Triadic Colors of #ed94cd

#ed94cd #cded94 #94cded

Analogous Colors of #ed94cd

#ed94cd #ed94a1 #e194ed

Monochromatic Colors of #ed94cd

#ed94cd

Complementary Color

#ed94cd #94edb4

#ed94cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed94cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed94cd Color CSS Codes

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

#ed94cd Text Font Color

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

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


#ed94cd Background Color

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

This div background color is #ed94cd


#ed94cd Border Color

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

This div border color is #ed94cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed94cd


Comments

No comments written yet.

Please login to write comment.