Color Hex Logo

#e633dd Color Hex

#E633DD
(230,51,221)
0 Favorites   0 Comments

Color spaces of #e633dd

RGB 23051221
HSL0.840.780.55
HSV303°78°90°
CMYK 0.000.780.04   0.10
XYZ46.868124.411170.6482
Yxy24.41110.33020.1720
Hunter Lab49.407682.8620-50.1938
CIE-Lab56.497182.5301-48.1502

#e633dd color RGB value is (230,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110011 11011101
Octal 346 63 335
Decimal 230 51 221
Hex E6 33 DD

RGB Percentages of Color #e633dd

%45.82
%10.16
%44.02

CMYK Percentages of Color #e633dd

%0
%78
%4
%10

Triadic Colors of #e633dd

#e633dd #dde633 #33dde6

Analogous Colors of #e633dd

#e633dd #e63384 #9633e6

Monochromatic Colors of #e633dd

#e633dd

Complementary Color

#e633dd #33e63c

#e633dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e633dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e633dd Color CSS Codes

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

#e633dd Text Font Color

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

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


#e633dd Background Color

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

This div background color is #e633dd


#e633dd Border Color

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

This div border color is #e633dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e633dd


Comments

No comments written yet.

Please login to write comment.