Color Hex Logo

#e974cd Color Hex

#E974CD
(233,116,205)
0 Favorites   0 Comments

Color spaces of #e974cd

RGB 233116205
HSL0.870.730.68
HSV314°50°91°
CMYK 0.000.500.12   0.09
XYZ50.869134.222261.6821
Yxy34.22220.34660.2332
Hunter Lab58.499752.8421-21.5655
CIE-Lab65.138656.2173-25.5926

#e974cd color RGB value is (233,116,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110100 11001101
Octal 351 164 315
Decimal 233 116 205
Hex E9 74 CD

RGB Percentages of Color #e974cd

%42.06
%20.94
%37.00

CMYK Percentages of Color #e974cd

%0
%50
%12
%9

Triadic Colors of #e974cd

#e974cd #cde974 #74cde9

Analogous Colors of #e974cd

#e974cd #e97493 #cb74e9

Monochromatic Colors of #e974cd

#e974cd

Complementary Color

#e974cd #74e990

#e974cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e974cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e974cd Color CSS Codes

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

#e974cd Text Font Color

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

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


#e974cd Background Color

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

This div background color is #e974cd


#e974cd Border Color

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

This div border color is #e974cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e974cd


Comments

No comments written yet.

Please login to write comment.