Color Hex Logo

#eb95ea Color Hex

#EB95EA
(235,149,234)
0 Favorites   0 Comments

Color spaces of #eb95ea

RGB 235149234
HSL0.840.680.75
HSV301°37°92°
CMYK 0.000.370.00   0.08
XYZ59.859745.097683.3917
Yxy45.09760.31780.2394
Hunter Lab67.154741.5887-26.6171
CIE-Lab72.956145.1519-29.6133

#eb95ea color RGB value is (235,149,234).

#eb95ea hex color red value is 235, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eb95ea hue: 0.84 , saturation: 0.68 and the lightness value of eb95ea is 0.75.

The process color (four color CMYK) of #eb95ea color hex is 0.00, 0.37, 0.00, 0.08. Web safe color of #eb95ea is #ff99ff. Color #eb95ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010101 11101010
Octal 353 225 352
Decimal 235 149 234
Hex EB 95 EA

RGB Percentages of Color #eb95ea

%38.03
%24.11
%37.86

CMYK Percentages of Color #eb95ea

%0
%37
%0
%8

Triadic Colors of #eb95ea

#eb95ea #eaeb95 #95eaeb

Analogous Colors of #eb95ea

#eb95ea #eb95bf #c195eb

Monochromatic Colors of #eb95ea

#eb95ea

Complementary Color

#eb95ea #95eb96

#eb95ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb95ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb95ea Color CSS Codes

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

#eb95ea Text Font Color

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

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


#eb95ea Background Color

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

This div background color is #eb95ea


#eb95ea Border Color

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

This div border color is #eb95ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb95ea


Comments

No comments written yet.

Please login to write comment.