Color Hex Logo

#e749fc Color Hex

#E749FC
(231,73,252)
0 Favorites   0 Comments

Color spaces of #e749fc

RGB 23173252
HSL0.810.970.64
HSV293°71°99°
CMYK 0.080.710.00   0.01
XYZ52.908228.782394.8624
Yxy28.78230.29970.1630
Hunter Lab53.649182.1488-67.2822
CIE-Lab60.589081.1808-58.9681

#e749fc color RGB value is (231,73,252).

#e749fc hex color red value is 231, green value is 73 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e749fc hue: 0.81 , saturation: 0.97 and the lightness value of e749fc is 0.64.

The process color (four color CMYK) of #e749fc color hex is 0.08, 0.71, 0.00, 0.01. Web safe color of #e749fc is #ff33ff. Color #e749fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001001 11111100
Octal 347 111 374
Decimal 231 73 252
Hex E7 49 FC

RGB Percentages of Color #e749fc

%41.55
%13.13
%45.32

CMYK Percentages of Color #e749fc

%8
%71
%0
%1

Triadic Colors of #e749fc

#e749fc #fce749 #49fce7

Analogous Colors of #e749fc

#e749fc #fc49b8 #8e49fc

Monochromatic Colors of #e749fc

#e749fc

Complementary Color

#e749fc #5efc49

#e749fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e749fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e749fc Color CSS Codes

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

#e749fc Text Font Color

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

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


#e749fc Background Color

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

This div background color is #e749fc


#e749fc Border Color

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

This div border color is #e749fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e749fc


Comments

No comments written yet.

Please login to write comment.