Color Hex Logo

#e74bbd Color Hex

#E74BBD
(231,75,189)
0 Favorites   0 Comments

Color spaces of #e74bbd

RGB 23175189
HSL0.880.760.60
HSV316°68°91°
CMYK 0.000.680.18   0.09
XYZ44.656425.695250.7501
Yxy25.69520.36880.2122
Hunter Lab50.690468.5437-23.8765
CIE-Lab57.746670.8302-27.9187

#e74bbd color RGB value is (231,75,189).

#e74bbd hex color red value is 231, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e74bbd hue: 0.88 , saturation: 0.76 and the lightness value of e74bbd is 0.60.

The process color (four color CMYK) of #e74bbd color hex is 0.00, 0.68, 0.18, 0.09. Web safe color of #e74bbd is #ff33cc. Color #e74bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001011 10111101
Octal 347 113 275
Decimal 231 75 189
Hex E7 4B BD

RGB Percentages of Color #e74bbd

%46.67
%15.15
%38.18

CMYK Percentages of Color #e74bbd

%0
%68
%18
%9

Triadic Colors of #e74bbd

#e74bbd #bde74b #4bbde7

Analogous Colors of #e74bbd

#e74bbd #e74b6f #c34be7

Monochromatic Colors of #e74bbd

#e74bbd

Complementary Color

#e74bbd #4be775

#e74bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74bbd Color CSS Codes

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

#e74bbd Text Font Color

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

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


#e74bbd Background Color

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

This div background color is #e74bbd


#e74bbd Border Color

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

This div border color is #e74bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,75,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e74bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e74bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #e74bbd;
  box-shadow:         1px 1px 3px 2px #e74bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,75,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74bbd


Comments

No comments written yet.

Please login to write comment.