Color Hex Logo

#eb46bc Color Hex

#EB46BC
(235,70,188)
0 Favorites   0 Comments

Color spaces of #eb46bc

RGB 23570188
HSL0.880.800.60
HSV317°70°92°
CMYK 0.000.700.20   0.08
XYZ45.528225.673350.1328
Yxy25.67330.37520.2116
Hunter Lab50.668871.7198-23.1946
CIE-Lab57.725673.4337-27.3236

#eb46bc color RGB value is (235,70,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 10111100
Octal 353 106 274
Decimal 235 70 188
Hex EB 46 BC

RGB Percentages of Color #eb46bc

%47.67
%14.20
%38.13

CMYK Percentages of Color #eb46bc

%0
%70
%20
%8

Triadic Colors of #eb46bc

#eb46bc #bceb46 #46bceb

Analogous Colors of #eb46bc

#eb46bc #eb466a #c846eb

Monochromatic Colors of #eb46bc

#eb46bc

Complementary Color

#eb46bc #46eb75

#eb46bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb46bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb46bc Color CSS Codes

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

#eb46bc Text Font Color

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

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


#eb46bc Background Color

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

This div background color is #eb46bc


#eb46bc Border Color

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

This div border color is #eb46bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb46bc


Comments

No comments written yet.

Please login to write comment.