Color Hex Logo

#eb30bc Color Hex

#EB30BC
(235,48,188)
0 Favorites   0 Comments

Color spaces of #eb30bc

RGB 23548188
HSL0.880.820.55
HSV315°80°92°
CMYK 0.000.800.20   0.08
XYZ44.395023.406949.7551
Yxy23.40690.37760.1991
Hunter Lab48.380779.1287-27.1079
CIE-Lab55.489079.8013-30.7910

#eb30bc color RGB value is (235,48,188).

#eb30bc hex color red value is 235, green value is 48 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eb30bc hue: 0.88 , saturation: 0.82 and the lightness value of eb30bc is 0.55.

The process color (four color CMYK) of #eb30bc color hex is 0.00, 0.80, 0.20, 0.08. Web safe color of #eb30bc is #ff33cc. Color #eb30bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110000 10111100
Octal 353 60 274
Decimal 235 48 188
Hex EB 30 BC

RGB Percentages of Color #eb30bc

%49.89
%10.19
%39.92

CMYK Percentages of Color #eb30bc

%0
%80
%20
%8

Triadic Colors of #eb30bc

#eb30bc #bceb30 #30bceb

Analogous Colors of #eb30bc

#eb30bc #eb305f #bd30eb

Monochromatic Colors of #eb30bc

#eb30bc

Complementary Color

#eb30bc #30eb5f

#eb30bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb30bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb30bc Color CSS Codes

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

#eb30bc Text Font Color

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

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


#eb30bc Background Color

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

This div background color is #eb30bc


#eb30bc Border Color

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

This div border color is #eb30bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb30bc


Comments

No comments written yet.

Please login to write comment.