Color Hex Logo

#e865cf Color Hex

#E865CF
(232,101,207)
0 Favorites   0 Comments

Color spaces of #e865cf

RGB 232101207
HSL0.870.740.65
HSV311°56°91°
CMYK 0.000.560.11   0.09
XYZ49.194930.968262.4161
Yxy30.96820.34500.2172
Hunter Lab55.649160.4117-27.5454
CIE-Lab62.480863.1699-30.8288

#e865cf color RGB value is (232,101,207).

#e865cf hex color red value is 232, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e865cf hue: 0.87 , saturation: 0.74 and the lightness value of e865cf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100101 11001111
Octal 350 145 317
Decimal 232 101 207
Hex E8 65 CF

RGB Percentages of Color #e865cf

%42.96
%18.70
%38.33

CMYK Percentages of Color #e865cf

%0
%56
%11
%9

Triadic Colors of #e865cf

#e865cf #cfe865 #65cfe8

Analogous Colors of #e865cf

#e865cf #e8658e #c065e8

Monochromatic Colors of #e865cf

#e865cf

Complementary Color

#e865cf #65e87e

#e865cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e865cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e865cf Color CSS Codes

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

#e865cf Text Font Color

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

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


#e865cf Background Color

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

This div background color is #e865cf


#e865cf Border Color

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

This div border color is #e865cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e865cf


Comments

No comments written yet.

Please login to write comment.