Color Hex Logo

#e734db Color Hex

#E734DB
(231,52,219)
0 Favorites   0 Comments

Color spaces of #e734db

RGB 23152219
HSL0.840.790.55
HSV304°77°91°
CMYK 0.000.770.05   0.09
XYZ46.969224.559469.2827
Yxy24.55940.33360.1744
Hunter Lab49.557482.4519-48.1989
CIE-Lab56.643682.1824-46.7748

#e734db color RGB value is (231,52,219).

#e734db hex color red value is 231, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e734db hue: 0.84 , saturation: 0.79 and the lightness value of e734db is 0.55.

The process color (four color CMYK) of #e734db color hex is 0.00, 0.77, 0.05, 0.09. Web safe color of #e734db is #ff33cc. Color #e734db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110100 11011011
Octal 347 64 333
Decimal 231 52 219
Hex E7 34 DB

RGB Percentages of Color #e734db

%46.02
%10.36
%43.63

CMYK Percentages of Color #e734db

%0
%77
%5
%9

Triadic Colors of #e734db

#e734db #dbe734 #34dbe7

Analogous Colors of #e734db

#e734db #e73482 #9a34e7

Monochromatic Colors of #e734db

#e734db

Complementary Color

#e734db #34e740

#e734db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e734db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e734db Color CSS Codes

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

#e734db Text Font Color

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

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


#e734db Background Color

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

This div background color is #e734db


#e734db Border Color

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

This div border color is #e734db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e734db


Comments

No comments written yet.

Please login to write comment.