Color Hex Logo

#e69fcc Color Hex

#E69FCC
(230,159,204)
0 Favorites   0 Comments

Color spaces of #e69fcc

RGB 230159204
HSL0.890.590.76
HSV322°31°90°
CMYK 0.000.310.11   0.10
XYZ55.930345.978963.0537
Yxy45.97890.33900.2787
Hunter Lab67.807728.5698-7.6677
CIE-Lab73.531833.0794-12.3391

#e69fcc color RGB value is (230,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011111 11001100
Octal 346 237 314
Decimal 230 159 204
Hex E6 9F CC

RGB Percentages of Color #e69fcc

%38.79
%26.81
%34.40

CMYK Percentages of Color #e69fcc

%0
%31
%11
%10

Triadic Colors of #e69fcc

#e69fcc #cce69f #9fcce6

Analogous Colors of #e69fcc

#e69fcc #e69fa9 #dd9fe6

Monochromatic Colors of #e69fcc

#e69fcc

Complementary Color

#e69fcc #9fe6b9

#e69fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69fcc Color CSS Codes

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

#e69fcc Text Font Color

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

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


#e69fcc Background Color

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

This div background color is #e69fcc


#e69fcc Border Color

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

This div border color is #e69fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,159,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69fcc


Comments

No comments written yet.

Please login to write comment.