Color Hex Logo

#ef62bd Color Hex

#EF62BD
(239,98,189)
0 Favorites   0 Comments

Color spaces of #ef62bd

RGB 23998189
HSL0.890.820.66
HSV321°59°94°
CMYK 0.000.590.21   0.06
XYZ49.149630.760251.4910
Yxy30.76020.37400.2341
Hunter Lab55.461961.1261-16.2217
CIE-Lab62.304763.8057-20.8109

#ef62bd color RGB value is (239,98,189).

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

The process color (four color CMYK) of #ef62bd color hex is 0.00, 0.59, 0.21, 0.06. Web safe color of #ef62bd is #ff66cc. Color #ef62bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100010 10111101
Octal 357 142 275
Decimal 239 98 189
Hex EF 62 BD

RGB Percentages of Color #ef62bd

%45.44
%18.63
%35.93

CMYK Percentages of Color #ef62bd

%0
%59
%21
%6

Triadic Colors of #ef62bd

#ef62bd #bdef62 #62bdef

Analogous Colors of #ef62bd

#ef62bd #ef6277 #db62ef

Monochromatic Colors of #ef62bd

#ef62bd

Complementary Color

#ef62bd #62ef94

#ef62bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef62bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef62bd Color CSS Codes

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

#ef62bd Text Font Color

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

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


#ef62bd Background Color

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

This div background color is #ef62bd


#ef62bd Border Color

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

This div border color is #ef62bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef62bd


Comments

No comments written yet.

Please login to write comment.