Color Hex Logo

#eb8cfc Color Hex

#EB8CFC
(235,140,252)
0 Favorites   0 Comments

Color spaces of #eb8cfc

RGB 235140252
HSL0.810.950.77
HSV291°44°99°
CMYK 0.070.440.00   0.01
XYZ61.209743.446697.2554
Yxy43.44660.30320.2152
Hunter Lab65.914050.4108-41.3419
CIE-Lab71.857053.0873-41.1334

#eb8cfc color RGB value is (235,140,252).

#eb8cfc hex color red value is 235, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eb8cfc hue: 0.81 , saturation: 0.95 and the lightness value of eb8cfc is 0.77.

The process color (four color CMYK) of #eb8cfc color hex is 0.07, 0.44, 0.00, 0.01. Web safe color of #eb8cfc is #ff99ff. Color #eb8cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001100 11111100
Octal 353 214 374
Decimal 235 140 252
Hex EB 8C FC

RGB Percentages of Color #eb8cfc

%37.48
%22.33
%40.19

CMYK Percentages of Color #eb8cfc

%7
%44
%0
%1

Triadic Colors of #eb8cfc

#eb8cfc #fceb8c #8cfceb

Analogous Colors of #eb8cfc

#eb8cfc #fc8cd5 #b38cfc

Monochromatic Colors of #eb8cfc

#eb8cfc

Complementary Color

#eb8cfc #9dfc8c

#eb8cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8cfc Color CSS Codes

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

#eb8cfc Text Font Color

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

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


#eb8cfc Background Color

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

This div background color is #eb8cfc


#eb8cfc Border Color

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

This div border color is #eb8cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8cfc


Comments

No comments written yet.

Please login to write comment.