Color Hex Logo

#eb12da Color Hex

#EB12DA
(235,18,218)
0 Favorites   0 Comments

Color spaces of #eb12da

RGB 23518218
HSL0.850.860.50
HSV305°92°92°
CMYK 0.000.920.07   0.08
XYZ47.132123.156768.3152
Yxy23.15670.34000.1671
Hunter Lab48.121490.6178-50.4856
CIE-Lab55.233488.7174-48.4017

#eb12da color RGB value is (235,18,218).

#eb12da hex color red value is 235, green value is 18 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eb12da hue: 0.85 , saturation: 0.86 and the lightness value of eb12da is 0.50.

The process color (four color CMYK) of #eb12da color hex is 0.00, 0.92, 0.07, 0.08. Web safe color of #eb12da is #ff00cc. Color #eb12da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010010 11011010
Octal 353 22 332
Decimal 235 18 218
Hex EB 12 DA

RGB Percentages of Color #eb12da

%49.89
%3.82
%46.28

CMYK Percentages of Color #eb12da

%0
%92
%7
%8

Triadic Colors of #eb12da

#eb12da #daeb12 #12daeb

Analogous Colors of #eb12da

#eb12da #eb126e #9012eb

Monochromatic Colors of #eb12da

#eb12da

Complementary Color

#eb12da #12eb23

#eb12da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb12da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb12da Color CSS Codes

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

#eb12da Text Font Color

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

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


#eb12da Background Color

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

This div background color is #eb12da


#eb12da Border Color

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

This div border color is #eb12da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb12da


Comments

No comments written yet.

Please login to write comment.