Color Hex Logo

#e65ddc Color Hex

#E65DDC
(230,93,220)
0 Favorites   0 Comments

Color spaces of #e65ddc

RGB 23093220
HSL0.850.730.63
HSV304°60°90°
CMYK 0.000.600.04   0.10
XYZ49.465729.819070.8587
Yxy29.81900.32950.1986
Hunter Lab54.606866.1329-38.7110
CIE-Lab61.497768.1425-39.7002

#e65ddc color RGB value is (230,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 11011100
Octal 346 135 334
Decimal 230 93 220
Hex E6 5D DC

RGB Percentages of Color #e65ddc

%42.36
%17.13
%40.52

CMYK Percentages of Color #e65ddc

%0
%60
%4
%10

Triadic Colors of #e65ddc

#e65ddc #dce65d #5ddce6

Analogous Colors of #e65ddc

#e65ddc #e65d98 #ac5de6

Monochromatic Colors of #e65ddc

#e65ddc

Complementary Color

#e65ddc #5de667

#e65ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65ddc Color CSS Codes

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

#e65ddc Text Font Color

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

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


#e65ddc Background Color

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

This div background color is #e65ddc


#e65ddc Border Color

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

This div border color is #e65ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65ddc


Comments

No comments written yet.

Please login to write comment.