Color Hex Logo

#ec5ddd Color Hex

#EC5DDD
(236,93,221)
0 Favorites   0 Comments

Color spaces of #ec5ddd

RGB 23693221
HSL0.850.790.65
HSV306°61°93°
CMYK 0.000.610.06   0.07
XYZ51.557630.882071.6501
Yxy30.88200.33460.2004
Hunter Lab55.571668.3566-37.5443
CIE-Lab62.407969.8107-38.7738

#ec5ddd color RGB value is (236,93,221).

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

The process color (four color CMYK) of #ec5ddd color hex is 0.00, 0.61, 0.06, 0.07. Web safe color of #ec5ddd is #ff66cc. Color #ec5ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011101 11011101
Octal 354 135 335
Decimal 236 93 221
Hex EC 5D DD

RGB Percentages of Color #ec5ddd

%42.91
%16.91
%40.18

CMYK Percentages of Color #ec5ddd

%0
%61
%6
%7

Triadic Colors of #ec5ddd

#ec5ddd #ddec5d #5dddec

Analogous Colors of #ec5ddd

#ec5ddd #ec5d96 #b45dec

Monochromatic Colors of #ec5ddd

#ec5ddd

Complementary Color

#ec5ddd #5dec6c

#ec5ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5ddd Color CSS Codes

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

#ec5ddd Text Font Color

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

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


#ec5ddd Background Color

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

This div background color is #ec5ddd


#ec5ddd Border Color

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

This div border color is #ec5ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5ddd


Comments

No comments written yet.

Please login to write comment.