Color Hex Logo

#eb026b Color Hex

#EB026B
(235,2,107)
0 Favorites   0 Comments

Color spaces of #eb026b

RGB 2352107
HSL0.920.980.46
HSV333°99°92°
CMYK 0.000.990.54   0.08
XYZ36.936518.767115.5856
Yxy18.76710.51810.2633
Hunter Lab43.321076.38158.9939
CIE-Lab50.413678.60819.8855

#eb026b color RGB value is (235,2,107).

#eb026b hex color red value is 235, green value is 2 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eb026b hue: 0.92 , saturation: 0.98 and the lightness value of eb026b is 0.46.

The process color (four color CMYK) of #eb026b color hex is 0.00, 0.99, 0.54, 0.08. Web safe color of #eb026b is #ff0066. Color #eb026b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000010 01101011
Octal 353 2 153
Decimal 235 2 107
Hex EB 2 6B

RGB Percentages of Color #eb026b

%68.31
%0.58
%31.10

CMYK Percentages of Color #eb026b

%0
%99
%54
%8

Triadic Colors of #eb026b

#eb026b #6beb02 #026beb

Analogous Colors of #eb026b

#eb026b #eb0e02 #eb02e0

Monochromatic Colors of #eb026b

#eb026b

Complementary Color

#eb026b #02eb82

#eb026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb026b Color CSS Codes

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

#eb026b Text Font Color

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

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


#eb026b Background Color

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

This div background color is #eb026b


#eb026b Border Color

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

This div border color is #eb026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb026b


Comments

No comments written yet.

Please login to write comment.