Color Hex Logo

#e381cd Color Hex

#E381CD
(227,129,205)
0 Favorites   0 Comments

Color spaces of #e381cd

RGB 227129205
HSL0.870.640.70
HSV313°43°89°
CMYK 0.000.430.10   0.11
XYZ50.548336.439262.1269
Yxy36.43920.33900.2444
Hunter Lab60.364943.8336-18.7652
CIE-Lab66.854247.9674-23.0315

#e381cd color RGB value is (227,129,205).

#e381cd hex color red value is 227, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e381cd hue: 0.87 , saturation: 0.64 and the lightness value of e381cd is 0.70.

The process color (four color CMYK) of #e381cd color hex is 0.00, 0.43, 0.10, 0.11. Web safe color of #e381cd is #cc99cc. Color #e381cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000001 11001101
Octal 343 201 315
Decimal 227 129 205
Hex E3 81 CD

RGB Percentages of Color #e381cd

%40.46
%22.99
%36.54

CMYK Percentages of Color #e381cd

%0
%43
%10
%11

Triadic Colors of #e381cd

#e381cd #cde381 #81cde3

Analogous Colors of #e381cd

#e381cd #e3819c #c881e3

Monochromatic Colors of #e381cd

#e381cd

Complementary Color

#e381cd #81e397

#e381cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e381cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e381cd Color CSS Codes

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

#e381cd Text Font Color

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

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


#e381cd Background Color

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

This div background color is #e381cd


#e381cd Border Color

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

This div border color is #e381cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e381cd


Comments

No comments written yet.

Please login to write comment.