Color Hex Logo

#e634dc Color Hex

#E634DC
(230,52,220)
0 Favorites   0 Comments

Color spaces of #e634dc

RGB 23052220
HSL0.840.780.55
HSV303°77°90°
CMYK 0.000.770.04   0.10
XYZ46.779424.446369.9632
Yxy24.44630.33130.1731
Hunter Lab49.443282.3575-49.2864
CIE-Lab56.531982.1306-47.5287

#e634dc color RGB value is (230,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110100 11011100
Octal 346 64 334
Decimal 230 52 220
Hex E6 34 DC

RGB Percentages of Color #e634dc

%45.82
%10.36
%43.82

CMYK Percentages of Color #e634dc

%0
%77
%4
%10

Triadic Colors of #e634dc

#e634dc #dce634 #34dce6

Analogous Colors of #e634dc

#e634dc #e63483 #9734e6

Monochromatic Colors of #e634dc

#e634dc

Complementary Color

#e634dc #34e63e

#e634dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e634dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e634dc Color CSS Codes

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

#e634dc Text Font Color

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

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


#e634dc Background Color

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

This div background color is #e634dc


#e634dc Border Color

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

This div border color is #e634dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e634dc


Comments

No comments written yet.

Please login to write comment.