Color Hex Logo

#e971cd Color Hex

#E971CD
(233,113,205)
0 Favorites   0 Comments

Color spaces of #e971cd

RGB 233113205
HSL0.870.730.68
HSV314°52°91°
CMYK 0.000.520.12   0.09
XYZ50.528833.541761.5686
Yxy33.54170.34690.2303
Hunter Lab57.915254.3828-22.4895
CIE-Lab64.597157.6437-26.4245

#e971cd color RGB value is (233,113,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 11001101
Octal 351 161 315
Decimal 233 113 205
Hex E9 71 CD

RGB Percentages of Color #e971cd

%42.29
%20.51
%37.21

CMYK Percentages of Color #e971cd

%0
%52
%12
%9

Triadic Colors of #e971cd

#e971cd #cde971 #71cde9

Analogous Colors of #e971cd

#e971cd #e97191 #c971e9

Monochromatic Colors of #e971cd

#e971cd

Complementary Color

#e971cd #71e98d

#e971cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971cd Color CSS Codes

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

#e971cd Text Font Color

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

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


#e971cd Background Color

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

This div background color is #e971cd


#e971cd Border Color

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

This div border color is #e971cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,113,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971cd


Comments

No comments written yet.

Please login to write comment.