Color Hex Logo

#e972cd Color Hex

#E972CD
(233,114,205)
0 Favorites   0 Comments

Color spaces of #e972cd

RGB 233114205
HSL0.870.730.68
HSV314°51°91°
CMYK 0.000.510.12   0.09
XYZ50.641033.766061.6060
Yxy33.76600.34680.2313
Hunter Lab58.108553.8711-22.1826
CIE-Lab64.776457.1707-26.1489

#e972cd color RGB value is (233,114,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110010 11001101
Octal 351 162 315
Decimal 233 114 205
Hex E9 72 CD

RGB Percentages of Color #e972cd

%42.21
%20.65
%37.14

CMYK Percentages of Color #e972cd

%0
%51
%12
%9

Triadic Colors of #e972cd

#e972cd #cde972 #72cde9

Analogous Colors of #e972cd

#e972cd #e97292 #ca72e9

Monochromatic Colors of #e972cd

#e972cd

Complementary Color

#e972cd #72e98e

#e972cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e972cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e972cd Color CSS Codes

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

#e972cd Text Font Color

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

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


#e972cd Background Color

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

This div background color is #e972cd


#e972cd Border Color

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

This div border color is #e972cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e972cd


Comments

No comments written yet.

Please login to write comment.