Color Hex Logo

#e971da Color Hex

#E971DA
(233,113,218)
0 Favorites   0 Comments

Color spaces of #e971da

RGB 233113218
HSL0.850.730.68
HSV308°52°91°
CMYK 0.000.520.06   0.09
XYZ52.164334.195870.1808
Yxy34.19580.33320.2184
Hunter Lab58.477256.8951-30.2223
CIE-Lab65.117759.7238-32.9044

#e971da color RGB value is (233,113,218).

#e971da hex color red value is 233, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e971da hue: 0.85 , saturation: 0.73 and the lightness value of e971da is 0.68.

The process color (four color CMYK) of #e971da color hex is 0.00, 0.52, 0.06, 0.09. Web safe color of #e971da is #ff66cc. Color #e971da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 11011010
Octal 351 161 332
Decimal 233 113 218
Hex E9 71 DA

RGB Percentages of Color #e971da

%41.31
%20.04
%38.65

CMYK Percentages of Color #e971da

%0
%52
%6
%9

Triadic Colors of #e971da

#e971da #dae971 #71dae9

Analogous Colors of #e971da

#e971da #e9719e #bc71e9

Monochromatic Colors of #e971da

#e971da

Complementary Color

#e971da #71e980

#e971da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971da Color CSS Codes

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

#e971da Text Font Color

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

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


#e971da Background Color

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

This div background color is #e971da


#e971da Border Color

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

This div border color is #e971da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,113,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 #e971da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971da


Comments

No comments written yet.

Please login to write comment.