Color Hex Logo

#e67edc Color Hex

#E67EDC
(230,126,220)
0 Favorites   0 Comments

Color spaces of #e67edc

RGB 230126220
HSL0.850.680.70
HSV306°45°90°
CMYK 0.000.450.04   0.10
XYZ53.012236.912072.0408
Yxy36.91200.32730.2279
Hunter Lab60.755249.4291-27.7747
CIE-Lab67.211052.9072-30.8083

#e67edc color RGB value is (230,126,220).

#e67edc hex color red value is 230, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e67edc hue: 0.85 , saturation: 0.68 and the lightness value of e67edc is 0.70.

The process color (four color CMYK) of #e67edc color hex is 0.00, 0.45, 0.04, 0.10. Web safe color of #e67edc is #ff66cc. Color #e67edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 11011100
Octal 346 176 334
Decimal 230 126 220
Hex E6 7E DC

RGB Percentages of Color #e67edc

%39.93
%21.88
%38.19

CMYK Percentages of Color #e67edc

%0
%45
%4
%10

Triadic Colors of #e67edc

#e67edc #dce67e #7edce6

Analogous Colors of #e67edc

#e67edc #e67ea8 #bc7ee6

Monochromatic Colors of #e67edc

#e67edc

Complementary Color

#e67edc #7ee688

#e67edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67edc Color CSS Codes

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

#e67edc Text Font Color

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

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


#e67edc Background Color

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

This div background color is #e67edc


#e67edc Border Color

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

This div border color is #e67edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67edc


Comments

No comments written yet.

Please login to write comment.