Color Hex Logo

#e74bda Color Hex

#E74BDA
(231,75,218)
0 Favorites   0 Comments

Color spaces of #e74bda

RGB 23175218
HSL0.850.760.60
HSV305°68°91°
CMYK 0.000.680.06   0.09
XYZ48.126027.083069.0207
Yxy27.08300.33370.1878
Hunter Lab52.041373.9982-42.2054
CIE-Lab59.051175.0243-42.4068

#e74bda color RGB value is (231,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001011 11011010
Octal 347 113 332
Decimal 231 75 218
Hex E7 4B DA

RGB Percentages of Color #e74bda

%44.08
%14.31
%41.60

CMYK Percentages of Color #e74bda

%0
%68
%6
%9

Triadic Colors of #e74bda

#e74bda #dae74b #4bdae7

Analogous Colors of #e74bda

#e74bda #e74b8c #a64be7

Monochromatic Colors of #e74bda

#e74bda

Complementary Color

#e74bda #4be758

#e74bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74bda Color CSS Codes

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

#e74bda Text Font Color

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

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


#e74bda Background Color

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

This div background color is #e74bda


#e74bda Border Color

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

This div border color is #e74bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74bda


Comments

No comments written yet.

Please login to write comment.