Color Hex Logo

#e784cf Color Hex

#E784CF
(231,132,207)
0 Favorites   0 Comments

Color spaces of #e784cf

RGB 231132207
HSL0.870.670.71
HSV315°43°91°
CMYK 0.000.430.10   0.09
XYZ52.468737.996463.6001
Yxy37.99640.34060.2466
Hunter Lab61.641244.0662-18.0253
CIE-Lab68.018048.0174-22.3259

#e784cf color RGB value is (231,132,207).

#e784cf hex color red value is 231, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e784cf hue: 0.87 , saturation: 0.67 and the lightness value of e784cf is 0.71.

The process color (four color CMYK) of #e784cf color hex is 0.00, 0.43, 0.10, 0.09. Web safe color of #e784cf is #ff99cc. Color #e784cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000100 11001111
Octal 347 204 317
Decimal 231 132 207
Hex E7 84 CF

RGB Percentages of Color #e784cf

%40.53
%23.16
%36.32

CMYK Percentages of Color #e784cf

%0
%43
%10
%9

Triadic Colors of #e784cf

#e784cf #cfe784 #84cfe7

Analogous Colors of #e784cf

#e784cf #e7849e #ce84e7

Monochromatic Colors of #e784cf

#e784cf

Complementary Color

#e784cf #84e79c

#e784cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e784cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e784cf Color CSS Codes

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

#e784cf Text Font Color

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

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


#e784cf Background Color

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

This div background color is #e784cf


#e784cf Border Color

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

This div border color is #e784cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e784cf


Comments

No comments written yet.

Please login to write comment.