Color Hex Logo

#e769cd Color Hex

#E769CD
(231,105,205)
0 Favorites   0 Comments

Color spaces of #e769cd

RGB 231105205
HSL0.870.720.66
HSV312°55°91°
CMYK 0.000.550.11   0.09
XYZ49.026031.499961.2537
Yxy31.49990.34580.2222
Hunter Lab56.124857.7046-25.4208
CIE-Lab62.927460.7850-29.0210

#e769cd color RGB value is (231,105,205).

#e769cd hex color red value is 231, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e769cd hue: 0.87 , saturation: 0.72 and the lightness value of e769cd is 0.66.

The process color (four color CMYK) of #e769cd color hex is 0.00, 0.55, 0.11, 0.09. Web safe color of #e769cd is #ff66cc. Color #e769cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 11001101
Octal 347 151 315
Decimal 231 105 205
Hex E7 69 CD

RGB Percentages of Color #e769cd

%42.70
%19.41
%37.89

CMYK Percentages of Color #e769cd

%0
%55
%11
%9

Triadic Colors of #e769cd

#e769cd #cde769 #69cde7

Analogous Colors of #e769cd

#e769cd #e7698e #c269e7

Monochromatic Colors of #e769cd

#e769cd

Complementary Color

#e769cd #69e783

#e769cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e769cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e769cd Color CSS Codes

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

#e769cd Text Font Color

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

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


#e769cd Background Color

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

This div background color is #e769cd


#e769cd Border Color

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

This div border color is #e769cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,105,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e769cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e769cd;
  -webkit-box-shadow: 1px 1px 3px 2px #e769cd;
  box-shadow:         1px 1px 3px 2px #e769cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,105,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e769cd


Comments

No comments written yet.

Please login to write comment.