Color Hex Logo

#e764cf Color Hex

#E764CF
(231,100,207)
0 Favorites   0 Comments

Color spaces of #e764cf

RGB 231100207
HSL0.860.730.65
HSV311°57°91°
CMYK 0.000.570.10   0.09
XYZ48.774730.608362.3688
Yxy30.60830.34410.2159
Hunter Lab55.324860.5485-28.1116
CIE-Lab62.175663.3392-31.3131

#e764cf color RGB value is (231,100,207).

#e764cf hex color red value is 231, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e764cf hue: 0.86 , saturation: 0.73 and the lightness value of e764cf is 0.65.

The process color (four color CMYK) of #e764cf color hex is 0.00, 0.57, 0.10, 0.09. Web safe color of #e764cf is #ff66cc. Color #e764cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100100 11001111
Octal 347 144 317
Decimal 231 100 207
Hex E7 64 CF

RGB Percentages of Color #e764cf

%42.94
%18.59
%38.48

CMYK Percentages of Color #e764cf

%0
%57
%10
%9

Triadic Colors of #e764cf

#e764cf #cfe764 #64cfe7

Analogous Colors of #e764cf

#e764cf #e7648e #be64e7

Monochromatic Colors of #e764cf

#e764cf

Complementary Color

#e764cf #64e77c

#e764cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e764cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e764cf Color CSS Codes

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

#e764cf Text Font Color

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

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


#e764cf Background Color

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

This div background color is #e764cf


#e764cf Border Color

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

This div border color is #e764cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e764cf


Comments

No comments written yet.

Please login to write comment.