Color Hex Logo

#eb7bfd Color Hex

#EB7BFD
(235,123,253)
0 Favorites   0 Comments

Color spaces of #eb7bfd

RGB 235123253
HSL0.810.970.74
HSV292°51°99°
CMYK 0.070.510.00   0.01
XYZ59.073538.919997.3273
Yxy38.91990.30240.1993
Hunter Lab62.385859.8475-48.8275
CIE-Lab68.693261.6419-46.6357

#eb7bfd color RGB value is (235,123,253).

#eb7bfd hex color red value is 235, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eb7bfd hue: 0.81 , saturation: 0.97 and the lightness value of eb7bfd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111011 11111101
Octal 353 173 375
Decimal 235 123 253
Hex EB 7B FD

RGB Percentages of Color #eb7bfd

%38.46
%20.13
%41.41

CMYK Percentages of Color #eb7bfd

%7
%51
%0
%1

Triadic Colors of #eb7bfd

#eb7bfd #fdeb7b #7bfdeb

Analogous Colors of #eb7bfd

#eb7bfd #fd7bce #aa7bfd

Monochromatic Colors of #eb7bfd

#eb7bfd

Complementary Color

#eb7bfd #8dfd7b

#eb7bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7bfd Color CSS Codes

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

#eb7bfd Text Font Color

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

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


#eb7bfd Background Color

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

This div background color is #eb7bfd


#eb7bfd Border Color

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

This div border color is #eb7bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7bfd


Comments

No comments written yet.

Please login to write comment.