Color Hex Logo

#eb33bc Color Hex

#EB33BC
(235,51,188)
0 Favorites   0 Comments

Color spaces of #eb33bc

RGB 23551188
HSL0.880.820.56
HSV315°78°92°
CMYK 0.000.780.20   0.08
XYZ44.521923.660749.7974
Yxy23.66070.37740.2005
Hunter Lab48.642378.2557-26.6484
CIE-Lab55.746579.0608-30.3908

#eb33bc color RGB value is (235,51,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110011 10111100
Octal 353 63 274
Decimal 235 51 188
Hex EB 33 BC

RGB Percentages of Color #eb33bc

%49.58
%10.76
%39.66

CMYK Percentages of Color #eb33bc

%0
%78
%20
%8

Triadic Colors of #eb33bc

#eb33bc #bceb33 #33bceb

Analogous Colors of #eb33bc

#eb33bc #eb3360 #be33eb

Monochromatic Colors of #eb33bc

#eb33bc

Complementary Color

#eb33bc #33eb62

#eb33bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb33bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb33bc Color CSS Codes

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

#eb33bc Text Font Color

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

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


#eb33bc Background Color

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

This div background color is #eb33bc


#eb33bc Border Color

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

This div border color is #eb33bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,51,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 #eb33bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb33bc


Comments

No comments written yet.

Please login to write comment.