Color Hex Logo

#e63cdd Color Hex

#E63CDD
(230,60,221)
0 Favorites   0 Comments

Color spaces of #e63cdd

RGB 23060221
HSL0.840.770.57
HSV303°74°90°
CMYK 0.000.740.04   0.10
XYZ47.300125.275270.7922
Yxy25.27520.32990.1763
Hunter Lab50.274479.9593-48.2950
CIE-Lab57.342680.0956-46.8100

#e63cdd color RGB value is (230,60,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111100 11011101
Octal 346 74 335
Decimal 230 60 221
Hex E6 3C DD

RGB Percentages of Color #e63cdd

%45.01
%11.74
%43.25

CMYK Percentages of Color #e63cdd

%0
%74
%4
%10

Triadic Colors of #e63cdd

#e63cdd #dde63c #3cdde6

Analogous Colors of #e63cdd

#e63cdd #e63c88 #9a3ce6

Monochromatic Colors of #e63cdd

#e63cdd

Complementary Color

#e63cdd #3ce645

#e63cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63cdd Color CSS Codes

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

#e63cdd Text Font Color

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

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


#e63cdd Background Color

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

This div background color is #e63cdd


#e63cdd Border Color

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

This div border color is #e63cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63cdd


Comments

No comments written yet.

Please login to write comment.