Color Hex Logo

#eb6fdf Color Hex

#EB6FDF
(235,111,223)
0 Favorites   0 Comments

Color spaces of #eb6fdf

RGB 235111223
HSL0.850.760.68
HSV306°53°92°
CMYK 0.000.530.05   0.08
XYZ53.264734.358873.6366
Yxy34.35880.33030.2131
Hunter Lab58.616459.6243-33.4514
CIE-Lab65.246462.0277-35.4729

#eb6fdf color RGB value is (235,111,223).

#eb6fdf hex color red value is 235, green value is 111 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eb6fdf hue: 0.85 , saturation: 0.76 and the lightness value of eb6fdf is 0.68.

The process color (four color CMYK) of #eb6fdf color hex is 0.00, 0.53, 0.05, 0.08. Web safe color of #eb6fdf is #ff66cc. Color #eb6fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101111 11011111
Octal 353 157 337
Decimal 235 111 223
Hex EB 6F DF

RGB Percentages of Color #eb6fdf

%41.30
%19.51
%39.19

CMYK Percentages of Color #eb6fdf

%0
%53
%5
%8

Triadic Colors of #eb6fdf

#eb6fdf #dfeb6f #6fdfeb

Analogous Colors of #eb6fdf

#eb6fdf #eb6fa1 #b96feb

Monochromatic Colors of #eb6fdf

#eb6fdf

Complementary Color

#eb6fdf #6feb7b

#eb6fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6fdf Color CSS Codes

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

#eb6fdf Text Font Color

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

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


#eb6fdf Background Color

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

This div background color is #eb6fdf


#eb6fdf Border Color

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

This div border color is #eb6fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6fdf


Comments

No comments written yet.

Please login to write comment.