Color Hex Logo

#e65fce Color Hex

#E65FCE
(230,95,206)
0 Favorites   0 Comments

Color spaces of #e65fce

RGB 23095206
HSL0.860.730.64
HSV311°59°90°
CMYK 0.000.590.10   0.10
XYZ47.865929.463661.5568
Yxy29.46360.34460.2121
Hunter Lab54.280462.4154-29.2417
CIE-Lab61.188665.0915-32.2907

#e65fce color RGB value is (230,95,206).

#e65fce hex color red value is 230, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e65fce hue: 0.86 , saturation: 0.73 and the lightness value of e65fce is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011111 11001110
Octal 346 137 316
Decimal 230 95 206
Hex E6 5F CE

RGB Percentages of Color #e65fce

%43.31
%17.89
%38.79

CMYK Percentages of Color #e65fce

%0
%59
%10
%10

Triadic Colors of #e65fce

#e65fce #cee65f #5fcee6

Analogous Colors of #e65fce

#e65fce #e65f8b #bb5fe6

Monochromatic Colors of #e65fce

#e65fce

Complementary Color

#e65fce #5fe677

#e65fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65fce Color CSS Codes

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

#e65fce Text Font Color

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

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


#e65fce Background Color

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

This div background color is #e65fce


#e65fce Border Color

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

This div border color is #e65fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65fce


Comments

No comments written yet.

Please login to write comment.