Color Hex Logo

#e63cdb Color Hex

#E63CDB
(230,60,219)
0 Favorites   0 Comments

Color spaces of #e63cdb

RGB 23060219
HSL0.840.770.57
HSV304°74°90°
CMYK 0.000.740.05   0.10
XYZ47.035225.169269.3969
Yxy25.16920.33220.1777
Hunter Lab50.168979.5547-46.8955
CIE-Lab57.239979.7971-45.8411

#e63cdb color RGB value is (230,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111100 11011011
Octal 346 74 333
Decimal 230 60 219
Hex E6 3C DB

RGB Percentages of Color #e63cdb

%45.19
%11.79
%43.03

CMYK Percentages of Color #e63cdb

%0
%74
%5
%10

Triadic Colors of #e63cdb

#e63cdb #dbe63c #3cdbe6

Analogous Colors of #e63cdb

#e63cdb #e63c86 #9c3ce6

Monochromatic Colors of #e63cdb

#e63cdb

Complementary Color

#e63cdb #3ce647

#e63cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63cdb Color CSS Codes

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

#e63cdb Text Font Color

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

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


#e63cdb Background Color

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

This div background color is #e63cdb


#e63cdb Border Color

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

This div border color is #e63cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63cdb


Comments

No comments written yet.

Please login to write comment.