color codes Logo

#eb98b7 color codes

#EB98B7
(235,152,183)
0 Favorites   0 Comments

Color spaces of #eb98b7

RGB 235152183
HSL0.940.670.76
HSV338°35°92°
CMYK 0.000.350.22   0.08
XYZ54.036443.537550.3553
Yxy43.53750.36530.2943
Hunter Lab65.983030.71150.9405
CIE-Lab71.918335.2507-3.0816

#eb98b7 color RGB value is (235,152,183).

#eb98b7 hex color red value is 235, green value is 152 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #eb98b7 hue: 0.94 , saturation: 0.67 and the lightness value of eb98b7 is 0.76.

The process color (four color CMYK) of #eb98b7 color code is 0.00, 0.35, 0.22, 0.08. Web safe color of #eb98b7 is #ff99cc. Color #eb98b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 10110111
Octal 353 230 267
Decimal 235 152 183
Hex EB 98 B7

RGB Percentages of Color #eb98b7

%41.23
%26.67
%32.11

CMYK Percentages of Color #eb98b7

%0
%35
%22
%8

Triadic Colors of #eb98b7

#eb98b7 #b7eb98 #98b7eb

Analogous Colors of #eb98b7

#eb98b7 #eba398 #eb98e1

Monochromatic Colors of #eb98b7

#eb98b7

Complementary Color

#eb98b7 #98ebcc

#eb98b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb98b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb98b7 Color CSS Codes

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

#eb98b7 Text Font Color

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

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


#eb98b7 Background Color

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

This div background color is #eb98b7


#eb98b7 Border Color

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

This div border color is #eb98b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb98b7


Comments

No comments written yet.

Please login to write comment.