Color Hex Logo

#ed62bd Color Hex

#ED62BD
(237,98,189)
0 Favorites   0 Comments

Color spaces of #ed62bd

RGB 23798189
HSL0.890.790.66
HSV321°59°93°
CMYK 0.000.590.20   0.07
XYZ48.478030.414051.4595
Yxy30.41400.37190.2333
Hunter Lab55.148960.3978-16.7194
CIE-Lab62.009863.2404-21.2876

#ed62bd color RGB value is (237,98,189).

#ed62bd hex color red value is 237, green value is 98 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed62bd hue: 0.89 , saturation: 0.79 and the lightness value of ed62bd is 0.66.

The process color (four color CMYK) of #ed62bd color hex is 0.00, 0.59, 0.20, 0.07. Web safe color of #ed62bd is #ff66cc. Color #ed62bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100010 10111101
Octal 355 142 275
Decimal 237 98 189
Hex ED 62 BD

RGB Percentages of Color #ed62bd

%45.23
%18.70
%36.07

CMYK Percentages of Color #ed62bd

%0
%59
%20
%7

Triadic Colors of #ed62bd

#ed62bd #bded62 #62bded

Analogous Colors of #ed62bd

#ed62bd #ed6278 #d862ed

Monochromatic Colors of #ed62bd

#ed62bd

Complementary Color

#ed62bd #62ed92

#ed62bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed62bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed62bd Color CSS Codes

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

#ed62bd Text Font Color

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

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


#ed62bd Background Color

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

This div background color is #ed62bd


#ed62bd Border Color

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

This div border color is #ed62bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed62bd


Comments

No comments written yet.

Please login to write comment.