color codes Logo

#e3a7dc color codes

#E3A7DC
(227,167,220)
0 Favorites   0 Comments

Color spaces of #e3a7dc

RGB 227167220
HSL0.850.520.77
HSV307°26°89°
CMYK 0.000.260.03   0.11
XYZ58.415549.135674.1154
Yxy49.13560.32160.2705
Hunter Lab70.096826.0845-13.6213
CIE-Lab75.535630.5586-18.1125

#e3a7dc color RGB value is (227,167,220).

#e3a7dc hex color red value is 227, green value is 167 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e3a7dc hue: 0.85 , saturation: 0.52 and the lightness value of e3a7dc is 0.77.

The process color (four color CMYK) of #e3a7dc color code is 0.00, 0.26, 0.03, 0.11. Web safe color of #e3a7dc is #cc99cc. Color #e3a7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10100111 11011100
Octal 343 247 334
Decimal 227 167 220
Hex E3 A7 DC

RGB Percentages of Color #e3a7dc

%36.97
%27.20
%35.83

CMYK Percentages of Color #e3a7dc

%0
%26
%3
%11

Triadic Colors of #e3a7dc

#e3a7dc #dce3a7 #a7dce3

Analogous Colors of #e3a7dc

#e3a7dc #e3a7be #cca7e3

Monochromatic Colors of #e3a7dc

#e3a7dc

Complementary Color

#e3a7dc #a7e3ae

#e3a7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3a7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3a7dc Color CSS Codes

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

#e3a7dc Text Font Color

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

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


#e3a7dc Background Color

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

This div background color is #e3a7dc


#e3a7dc Border Color

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

This div border color is #e3a7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,167,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e3a7dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3a7dc


Comments

No comments written yet.

Please login to write comment.