Color Hex Logo

#eb6fed Color Hex

#EB6FED
(235,111,237)
0 Favorites   0 Comments

Color spaces of #eb6fed

RGB 235111237
HSL0.830.780.68
HSV299°53°93°
CMYK 0.010.530.00   0.07
XYZ55.231535.145583.9935
Yxy35.14550.31670.2016
Hunter Lab59.283662.5528-42.5040
CIE-Lab65.861864.3877-42.2840

#eb6fed color RGB value is (235,111,237).

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

The process color (four color CMYK) of #eb6fed color hex is 0.01, 0.53, 0.00, 0.07. Web safe color of #eb6fed is #ff66ff. Color #eb6fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101111 11101101
Octal 353 157 355
Decimal 235 111 237
Hex EB 6F ED

RGB Percentages of Color #eb6fed

%40.31
%19.04
%40.65

CMYK Percentages of Color #eb6fed

%1
%53
%0
%7

Triadic Colors of #eb6fed

#eb6fed #edeb6f #6fedeb

Analogous Colors of #eb6fed

#eb6fed #ed6fb0 #ac6fed

Monochromatic Colors of #eb6fed

#eb6fed

Complementary Color

#eb6fed #71ed6f

#eb6fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6fed Color CSS Codes

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

#eb6fed Text Font Color

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

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


#eb6fed Background Color

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

This div background color is #eb6fed


#eb6fed Border Color

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

This div border color is #eb6fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6fed


Comments

No comments written yet.

Please login to write comment.