Color Hex Logo

#e69fdc Color Hex

#E69FDC
(230,159,220)
0 Favorites   0 Comments

Color spaces of #e69fdc

RGB 230159220
HSL0.860.590.76
HSV308°31°90°
CMYK 0.000.310.04   0.10
XYZ57.949546.786673.6866
Yxy46.78660.32480.2622
Hunter Lab68.400731.5250-15.9913
CIE-Lab74.053135.8154-20.3287

#e69fdc color RGB value is (230,159,220).

#e69fdc hex color red value is 230, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e69fdc hue: 0.86 , saturation: 0.59 and the lightness value of e69fdc is 0.76.

The process color (four color CMYK) of #e69fdc color hex is 0.00, 0.31, 0.04, 0.10. Web safe color of #e69fdc is #ff99cc. Color #e69fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011111 11011100
Octal 346 237 334
Decimal 230 159 220
Hex E6 9F DC

RGB Percentages of Color #e69fdc

%37.77
%26.11
%36.12

CMYK Percentages of Color #e69fdc

%0
%31
%4
%10

Triadic Colors of #e69fdc

#e69fdc #dce69f #9fdce6

Analogous Colors of #e69fdc

#e69fdc #e69fb9 #cd9fe6

Monochromatic Colors of #e69fdc

#e69fdc

Complementary Color

#e69fdc #9fe6a9

#e69fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69fdc Color CSS Codes

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

#e69fdc Text Font Color

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

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


#e69fdc Background Color

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

This div background color is #e69fdc


#e69fdc Border Color

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

This div border color is #e69fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69fdc


Comments

No comments written yet.

Please login to write comment.