Color Hex Logo

#eb74ef Color Hex

#EB74EF
(235,116,239)
0 Favorites   0 Comments

Color spaces of #eb74ef

RGB 235116239
HSL0.830.790.70
HSV298°51°94°
CMYK 0.020.510.00   0.06
XYZ56.086336.384985.7283
Yxy36.38490.31470.2042
Hunter Lab60.319960.4120-42.0407
CIE-Lab66.813062.4292-41.8982

#eb74ef color RGB value is (235,116,239).

#eb74ef hex color red value is 235, green value is 116 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eb74ef hue: 0.83 , saturation: 0.79 and the lightness value of eb74ef is 0.70.

The process color (four color CMYK) of #eb74ef color hex is 0.02, 0.51, 0.00, 0.06. Web safe color of #eb74ef is #ff66ff. Color #eb74ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 11101111
Octal 353 164 357
Decimal 235 116 239
Hex EB 74 EF

RGB Percentages of Color #eb74ef

%39.83
%19.66
%40.51

CMYK Percentages of Color #eb74ef

%2
%51
%0
%6

Triadic Colors of #eb74ef

#eb74ef #efeb74 #74efeb

Analogous Colors of #eb74ef

#eb74ef #ef74b6 #ae74ef

Monochromatic Colors of #eb74ef

#eb74ef

Complementary Color

#eb74ef #78ef74

#eb74ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb74ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb74ef Color CSS Codes

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

#eb74ef Text Font Color

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

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


#eb74ef Background Color

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

This div background color is #eb74ef


#eb74ef Border Color

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

This div border color is #eb74ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,116,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb74ef


Comments

No comments written yet.

Please login to write comment.