Color Hex Logo

#e947cd Color Hex

#E947CD
(233,71,205)
0 Favorites   0 Comments

Color spaces of #e947cd

RGB 23371205
HSL0.860.790.60
HSV310°70°91°
CMYK 0.000.700.12   0.09
XYZ46.877026.237960.3513
Yxy26.23790.35120.1966
Hunter Lab51.222973.7152-33.9999
CIE-Lab58.262274.9469-36.2496

#e947cd color RGB value is (233,71,205).

#e947cd hex color red value is 233, green value is 71 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e947cd hue: 0.86 , saturation: 0.79 and the lightness value of e947cd is 0.60.

The process color (four color CMYK) of #e947cd color hex is 0.00, 0.70, 0.12, 0.09. Web safe color of #e947cd is #ff33cc. Color #e947cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000111 11001101
Octal 351 107 315
Decimal 233 71 205
Hex E9 47 CD

RGB Percentages of Color #e947cd

%45.78
%13.95
%40.28

CMYK Percentages of Color #e947cd

%0
%70
%12
%9

Triadic Colors of #e947cd

#e947cd #cde947 #47cde9

Analogous Colors of #e947cd

#e947cd #e9477c #b447e9

Monochromatic Colors of #e947cd

#e947cd

Complementary Color

#e947cd #47e963

#e947cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e947cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e947cd Color CSS Codes

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

#e947cd Text Font Color

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

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


#e947cd Background Color

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

This div background color is #e947cd


#e947cd Border Color

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

This div border color is #e947cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e947cd


Comments

No comments written yet.

Please login to write comment.