Color Hex Logo

#eb269a Color Hex

#EB269A
(235,38,154)
0 Favorites   0 Comments

Color spaces of #eb269a

RGB 23538154
HSL0.900.830.54
HSV325°84°92°
CMYK 0.000.840.34   0.08
XYZ40.786821.381532.5492
Yxy21.38150.43060.2257
Hunter Lab46.240176.5284-9.3671
CIE-Lab53.364578.1502-14.1343

#eb269a color RGB value is (235,38,154).

#eb269a hex color red value is 235, green value is 38 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eb269a hue: 0.90 , saturation: 0.83 and the lightness value of eb269a is 0.54.

The process color (four color CMYK) of #eb269a color hex is 0.00, 0.84, 0.34, 0.08. Web safe color of #eb269a is #ff3399. Color #eb269a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100110 10011010
Octal 353 46 232
Decimal 235 38 154
Hex EB 26 9A

RGB Percentages of Color #eb269a

%55.04
%8.90
%36.07

CMYK Percentages of Color #eb269a

%0
%84
%34
%8

Triadic Colors of #eb269a

#eb269a #9aeb26 #269aeb

Analogous Colors of #eb269a

#eb269a #eb2638 #da26eb

Monochromatic Colors of #eb269a

#eb269a

Complementary Color

#eb269a #26eb77

#eb269a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb269a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb269a Color CSS Codes

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

#eb269a Text Font Color

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

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


#eb269a Background Color

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

This div background color is #eb269a


#eb269a Border Color

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

This div border color is #eb269a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb269a


Comments

No comments written yet.

Please login to write comment.