Color Hex Logo

#eb74ce Color Hex

#EB74CE
(235,116,206)
0 Favorites   0 Comments

Color spaces of #eb74ce

RGB 235116206
HSL0.870.750.69
HSV315°51°92°
CMYK 0.000.510.12   0.08
XYZ51.646934.609262.3507
Yxy34.60920.34750.2329
Hunter Lab58.829653.7546-21.6580
CIE-Lab65.443356.9625-25.6630

#eb74ce color RGB value is (235,116,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 11001110
Octal 353 164 316
Decimal 235 116 206
Hex EB 74 CE

RGB Percentages of Color #eb74ce

%42.19
%20.83
%36.98

CMYK Percentages of Color #eb74ce

%0
%51
%12
%8

Triadic Colors of #eb74ce

#eb74ce #ceeb74 #74ceeb

Analogous Colors of #eb74ce

#eb74ce #eb7493 #cd74eb

Monochromatic Colors of #eb74ce

#eb74ce

Complementary Color

#eb74ce #74eb91

#eb74ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb74ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb74ce Color CSS Codes

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

#eb74ce Text Font Color

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

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


#eb74ce Background Color

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

This div background color is #eb74ce


#eb74ce Border Color

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

This div border color is #eb74ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb74ce


Comments

No comments written yet.

Please login to write comment.