Color Hex Logo

#ed95ce Color Hex

#ED95CE
(237,149,206)
0 Favorites   0 Comments

Color spaces of #ed95ce

RGB 237149206
HSL0.890.710.76
HSV321°37°93°
CMYK 0.000.370.13   0.07
XYZ56.813143.955663.8824
Yxy43.95560.34510.2670
Hunter Lab66.299036.9373-10.7195
CIE-Lab72.198841.0182-15.3645

#ed95ce color RGB value is (237,149,206).

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

The process color (four color CMYK) of #ed95ce color hex is 0.00, 0.37, 0.13, 0.07. Web safe color of #ed95ce is #ff99cc. Color #ed95ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010101 11001110
Octal 355 225 316
Decimal 237 149 206
Hex ED 95 CE

RGB Percentages of Color #ed95ce

%40.03
%25.17
%34.80

CMYK Percentages of Color #ed95ce

%0
%37
%13
%7

Triadic Colors of #ed95ce

#ed95ce #ceed95 #95ceed

Analogous Colors of #ed95ce

#ed95ce #ed95a2 #e095ed

Monochromatic Colors of #ed95ce

#ed95ce

Complementary Color

#ed95ce #95edb4

#ed95ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed95ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed95ce Color CSS Codes

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

#ed95ce Text Font Color

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

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


#ed95ce Background Color

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

This div background color is #ed95ce


#ed95ce Border Color

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

This div border color is #ed95ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed95ce


Comments

No comments written yet.

Please login to write comment.