Color Hex Logo

#ec42dd Color Hex

#EC42DD
(236,66,221)
0 Favorites   0 Comments

Color spaces of #ec42dd

RGB 23666221
HSL0.850.820.59
HSV305°72°93°
CMYK 0.000.720.06   0.07
XYZ49.591426.949870.9947
Yxy26.94980.33610.1827
Hunter Lab51.913279.6686-44.7437
CIE-Lab58.927879.5600-44.2418

#ec42dd color RGB value is (236,66,221).

#ec42dd hex color red value is 236, green value is 66 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ec42dd hue: 0.85 , saturation: 0.82 and the lightness value of ec42dd is 0.59.

The process color (four color CMYK) of #ec42dd color hex is 0.00, 0.72, 0.06, 0.07. Web safe color of #ec42dd is #ff33cc. Color #ec42dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000010 11011101
Octal 354 102 335
Decimal 236 66 221
Hex EC 42 DD

RGB Percentages of Color #ec42dd

%45.12
%12.62
%42.26

CMYK Percentages of Color #ec42dd

%0
%72
%6
%7

Triadic Colors of #ec42dd

#ec42dd #ddec42 #42ddec

Analogous Colors of #ec42dd

#ec42dd #ec4288 #a642ec

Monochromatic Colors of #ec42dd

#ec42dd

Complementary Color

#ec42dd #42ec51

#ec42dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec42dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec42dd Color CSS Codes

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

#ec42dd Text Font Color

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

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


#ec42dd Background Color

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

This div background color is #ec42dd


#ec42dd Border Color

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

This div border color is #ec42dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec42dd


Comments

No comments written yet.

Please login to write comment.