Color Hex Logo

#eb67fe Color Hex

#EB67FE
(235,103,254)
0 Favorites   0 Comments

Color spaces of #eb67fe

RGB 235103254
HSL0.810.990.70
HSV292°59°100°
CMYK 0.070.590.00   0.00
XYZ57.000634.518497.4244
Yxy34.51840.30170.1827
Hunter Lab58.752470.3612-57.1893
CIE-Lab65.372070.9070-52.4260

#eb67fe color RGB value is (235,103,254).

#eb67fe hex color red value is 235, green value is 103 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eb67fe hue: 0.81 , saturation: 0.99 and the lightness value of eb67fe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 11111110
Octal 353 147 376
Decimal 235 103 254
Hex EB 67 FE

RGB Percentages of Color #eb67fe

%39.70
%17.40
%42.91

CMYK Percentages of Color #eb67fe

%7
%59
%0
%0

Triadic Colors of #eb67fe

#eb67fe #feeb67 #67feeb

Analogous Colors of #eb67fe

#eb67fe #fe67c6 #a067fe

Monochromatic Colors of #eb67fe

#eb67fe

Complementary Color

#eb67fe #7afe67

#eb67fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb67fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb67fe Color CSS Codes

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

#eb67fe Text Font Color

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

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


#eb67fe Background Color

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

This div background color is #eb67fe


#eb67fe Border Color

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

This div border color is #eb67fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb67fe

Related Colors


Comments

No comments written yet.

Please login to write comment.