Color Hex Logo

#e65fdc Color Hex

#E65FDC
(230,95,220)
0 Favorites   0 Comments

Color spaces of #e65fdc

RGB 23095220
HSL0.850.730.64
HSV304°59°90°
CMYK 0.000.590.04   0.10
XYZ49.643630.174770.9179
Yxy30.17470.32930.2002
Hunter Lab54.931565.1868-38.0928
CIE-Lab61.804767.3011-39.2192

#e65fdc color RGB value is (230,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011111 11011100
Octal 346 137 334
Decimal 230 95 220
Hex E6 5F DC

RGB Percentages of Color #e65fdc

%42.20
%17.43
%40.37

CMYK Percentages of Color #e65fdc

%0
%59
%4
%10

Triadic Colors of #e65fdc

#e65fdc #dce65f #5fdce6

Analogous Colors of #e65fdc

#e65fdc #e65f99 #ad5fe6

Monochromatic Colors of #e65fdc

#e65fdc

Complementary Color

#e65fdc #5fe669

#e65fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65fdc Color CSS Codes

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

#e65fdc Text Font Color

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

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


#e65fdc Background Color

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

This div background color is #e65fdc


#e65fdc Border Color

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

This div border color is #e65fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65fdc


Comments

No comments written yet.

Please login to write comment.