Color Hex Logo

#e748ca Color Hex

#E748CA
(231,72,202)
0 Favorites   0 Comments

Color spaces of #e748ca

RGB 23172202
HSL0.860.770.59
HSV311°69°91°
CMYK 0.000.690.13   0.09
XYZ45.933025.887958.4530
Yxy25.88790.35260.1987
Hunter Lab50.880272.1039-32.4984
CIE-Lab57.930573.7068-35.0806

#e748ca color RGB value is (231,72,202).

#e748ca hex color red value is 231, green value is 72 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e748ca hue: 0.86 , saturation: 0.77 and the lightness value of e748ca is 0.59.

The process color (four color CMYK) of #e748ca color hex is 0.00, 0.69, 0.13, 0.09. Web safe color of #e748ca is #ff33cc. Color #e748ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001000 11001010
Octal 347 110 312
Decimal 231 72 202
Hex E7 48 CA

RGB Percentages of Color #e748ca

%45.74
%14.26
%40.00

CMYK Percentages of Color #e748ca

%0
%69
%13
%9

Triadic Colors of #e748ca

#e748ca #cae748 #48cae7

Analogous Colors of #e748ca

#e748ca #e7487b #b548e7

Monochromatic Colors of #e748ca

#e748ca

Complementary Color

#e748ca #48e765

#e748ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e748ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e748ca Color CSS Codes

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

#e748ca Text Font Color

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

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


#e748ca Background Color

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

This div background color is #e748ca


#e748ca Border Color

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

This div border color is #e748ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e748ca


Comments

No comments written yet.

Please login to write comment.