Color Hex Logo

#e867dc Color Hex

#E867DC
(232,103,220)
0 Favorites   0 Comments

Color spaces of #e867dc

RGB 232103220
HSL0.850.740.66
HSV306°56°91°
CMYK 0.000.560.05   0.09
XYZ51.047232.023671.2008
Yxy32.02360.33090.2076
Hunter Lab56.589461.9868-34.9861
CIE-Lab63.362464.3465-36.7637

#e867dc color RGB value is (232,103,220).

#e867dc hex color red value is 232, green value is 103 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e867dc hue: 0.85 , saturation: 0.74 and the lightness value of e867dc is 0.66.

The process color (four color CMYK) of #e867dc color hex is 0.00, 0.56, 0.05, 0.09. Web safe color of #e867dc is #ff66cc. Color #e867dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100111 11011100
Octal 350 147 334
Decimal 232 103 220
Hex E8 67 DC

RGB Percentages of Color #e867dc

%41.80
%18.56
%39.64

CMYK Percentages of Color #e867dc

%0
%56
%5
%9

Triadic Colors of #e867dc

#e867dc #dce867 #67dce8

Analogous Colors of #e867dc

#e867dc #e8679c #b467e8

Monochromatic Colors of #e867dc

#e867dc

Complementary Color

#e867dc #67e873

#e867dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e867dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e867dc Color CSS Codes

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

#e867dc Text Font Color

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

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


#e867dc Background Color

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

This div background color is #e867dc


#e867dc Border Color

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

This div border color is #e867dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e867dc


Comments

No comments written yet.

Please login to write comment.