Color Hex Logo

#e63ddc Color Hex

#E63DDC
(230,61,220)
0 Favorites   0 Comments

Color spaces of #e63ddc

RGB 23061220
HSL0.840.770.57
HSV304°73°90°
CMYK 0.000.730.04   0.10
XYZ47.220125.327870.1101
Yxy25.32780.33100.1775
Hunter Lab50.326779.4095-47.3681
CIE-Lab57.393479.6530-46.1641

#e63ddc color RGB value is (230,61,220).

#e63ddc hex color red value is 230, green value is 61 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e63ddc hue: 0.84 , saturation: 0.77 and the lightness value of e63ddc is 0.57.

The process color (four color CMYK) of #e63ddc color hex is 0.00, 0.73, 0.04, 0.10. Web safe color of #e63ddc is #ff33cc. Color #e63ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111101 11011100
Octal 346 75 334
Decimal 230 61 220
Hex E6 3D DC

RGB Percentages of Color #e63ddc

%45.01
%11.94
%43.05

CMYK Percentages of Color #e63ddc

%0
%73
%4
%10

Triadic Colors of #e63ddc

#e63ddc #dce63d #3ddce6

Analogous Colors of #e63ddc

#e63ddc #e63d88 #9c3de6

Monochromatic Colors of #e63ddc

#e63ddc

Complementary Color

#e63ddc #3de647

#e63ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63ddc Color CSS Codes

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

#e63ddc Text Font Color

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

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


#e63ddc Background Color

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

This div background color is #e63ddc


#e63ddc Border Color

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

This div border color is #e63ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63ddc


Comments

No comments written yet.

Please login to write comment.