Color Hex Logo

#e67fdc Color Hex

#E67FDC
(230,127,220)
0 Favorites   0 Comments

Color spaces of #e67fdc

RGB 230127220
HSL0.850.670.70
HSV306°45°90°
CMYK 0.000.450.04   0.10
XYZ53.140837.169072.0837
Yxy37.16900.32720.2289
Hunter Lab60.966448.8967-27.4252
CIE-Lab67.403652.4093-30.5106

#e67fdc color RGB value is (230,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111111 11011100
Octal 346 177 334
Decimal 230 127 220
Hex E6 7F DC

RGB Percentages of Color #e67fdc

%39.86
%22.01
%38.13

CMYK Percentages of Color #e67fdc

%0
%45
%4
%10

Triadic Colors of #e67fdc

#e67fdc #dce67f #7fdce6

Analogous Colors of #e67fdc

#e67fdc #e67fa9 #bd7fe6

Monochromatic Colors of #e67fdc

#e67fdc

Complementary Color

#e67fdc #7fe689

#e67fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67fdc Color CSS Codes

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

#e67fdc Text Font Color

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

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


#e67fdc Background Color

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

This div background color is #e67fdc


#e67fdc Border Color

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

This div border color is #e67fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67fdc


Comments

No comments written yet.

Please login to write comment.