Color Hex Logo

#ed98cd Color Hex

#ED98CD
(237,152,205)
0 Favorites   0 Comments

Color spaces of #ed98cd

RGB 237152205
HSL0.900.700.76
HSV323°36°93°
CMYK 0.000.360.14   0.07
XYZ57.172744.868863.4048
Yxy44.86880.34560.2712
Hunter Lab66.984235.1320-9.2328
CIE-Lab72.805439.2902-13.9004

#ed98cd color RGB value is (237,152,205).

#ed98cd hex color red value is 237, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed98cd hue: 0.90 , saturation: 0.70 and the lightness value of ed98cd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011000 11001101
Octal 355 230 315
Decimal 237 152 205
Hex ED 98 CD

RGB Percentages of Color #ed98cd

%39.90
%25.59
%34.51

CMYK Percentages of Color #ed98cd

%0
%36
%14
%7

Triadic Colors of #ed98cd

#ed98cd #cded98 #98cded

Analogous Colors of #ed98cd

#ed98cd #ed98a3 #e398ed

Monochromatic Colors of #ed98cd

#ed98cd

Complementary Color

#ed98cd #98edb8

#ed98cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed98cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed98cd Color CSS Codes

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

#ed98cd Text Font Color

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

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


#ed98cd Background Color

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

This div background color is #ed98cd


#ed98cd Border Color

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

This div border color is #ed98cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed98cd


Comments

No comments written yet.

Please login to write comment.