Color Hex Logo

#e398cd Color Hex

#E398CD
(227,152,205)
0 Favorites   0 Comments

Color spaces of #e398cd

RGB 227152205
HSL0.880.570.74
HSV318°33°89°
CMYK 0.000.330.10   0.11
XYZ53.926243.195163.2529
Yxy43.19510.33630.2693
Hunter Lab65.723031.4454-11.0556
CIE-Lab71.687235.9650-15.6949

#e398cd color RGB value is (227,152,205).

#e398cd hex color red value is 227, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e398cd hue: 0.88 , saturation: 0.57 and the lightness value of e398cd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011000 11001101
Octal 343 230 315
Decimal 227 152 205
Hex E3 98 CD

RGB Percentages of Color #e398cd

%38.87
%26.03
%35.10

CMYK Percentages of Color #e398cd

%0
%33
%10
%11

Triadic Colors of #e398cd

#e398cd #cde398 #98cde3

Analogous Colors of #e398cd

#e398cd #e398a8 #d498e3

Monochromatic Colors of #e398cd

#e398cd

Complementary Color

#e398cd #98e3ae

#e398cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e398cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e398cd Color CSS Codes

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

#e398cd Text Font Color

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

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


#e398cd Background Color

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

This div background color is #e398cd


#e398cd Border Color

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

This div border color is #e398cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e398cd


Comments

No comments written yet.

Please login to write comment.