Color Hex Logo

#e65dcf Color Hex

#E65DCF
(230,93,207)
0 Favorites   0 Comments

Color spaces of #e65dcf

RGB 23093207
HSL0.860.730.63
HSV310°60°90°
CMYK 0.000.600.10   0.10
XYZ47.810029.156762.1394
Yxy29.15670.34370.2096
Hunter Lab53.996963.5529-30.4328
CIE-Lab60.919766.0958-33.2745

#e65dcf color RGB value is (230,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 11001111
Octal 346 135 317
Decimal 230 93 207
Hex E6 5D CF

RGB Percentages of Color #e65dcf

%43.40
%17.55
%39.06

CMYK Percentages of Color #e65dcf

%0
%60
%10
%10

Triadic Colors of #e65dcf

#e65dcf #cfe65d #5dcfe6

Analogous Colors of #e65dcf

#e65dcf #e65d8b #b95de6

Monochromatic Colors of #e65dcf

#e65dcf

Complementary Color

#e65dcf #5de674

#e65dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65dcf Color CSS Codes

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

#e65dcf Text Font Color

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

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


#e65dcf Background Color

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

This div background color is #e65dcf


#e65dcf Border Color

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

This div border color is #e65dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65dcf


Comments

No comments written yet.

Please login to write comment.