Color Hex Logo

#eb74bd Color Hex

#EB74BD
(235,116,189)
0 Favorites   0 Comments

Color spaces of #eb74bd

RGB 235116189
HSL0.900.750.69
HSV323°51°92°
CMYK 0.000.510.20   0.08
XYZ49.691633.827152.0544
Yxy33.82710.36650.2495
Hunter Lab58.161150.7248-12.3520
CIE-Lab64.825154.4117-17.0316

#eb74bd color RGB value is (235,116,189).

#eb74bd hex color red value is 235, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eb74bd hue: 0.90 , saturation: 0.75 and the lightness value of eb74bd is 0.69.

The process color (four color CMYK) of #eb74bd color hex is 0.00, 0.51, 0.20, 0.08. Web safe color of #eb74bd is #ff66cc. Color #eb74bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 10111101
Octal 353 164 275
Decimal 235 116 189
Hex EB 74 BD

RGB Percentages of Color #eb74bd

%43.52
%21.48
%35.00

CMYK Percentages of Color #eb74bd

%0
%51
%20
%8

Triadic Colors of #eb74bd

#eb74bd #bdeb74 #74bdeb

Analogous Colors of #eb74bd

#eb74bd #eb7482 #de74eb

Monochromatic Colors of #eb74bd

#eb74bd

Complementary Color

#eb74bd #74eba2

#eb74bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb74bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb74bd Color CSS Codes

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

#eb74bd Text Font Color

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

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


#eb74bd Background Color

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

This div background color is #eb74bd


#eb74bd Border Color

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

This div border color is #eb74bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb74bd


Comments

No comments written yet.

Please login to write comment.