Color Hex Logo

#ec3edd Color Hex

#EC3EDD
(236,62,221)
0 Favorites   0 Comments

Color spaces of #ec3edd

RGB 23662221
HSL0.850.820.58
HSV305°74°93°
CMYK 0.000.740.06   0.07
XYZ49.365826.498670.9195
Yxy26.49860.33630.1805
Hunter Lab51.476881.0956-45.6500
CIE-Lab58.507380.7612-44.9056

#ec3edd color RGB value is (236,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111110 11011101
Octal 354 76 335
Decimal 236 62 221
Hex EC 3E DD

RGB Percentages of Color #ec3edd

%45.47
%11.95
%42.58

CMYK Percentages of Color #ec3edd

%0
%74
%6
%7

Triadic Colors of #ec3edd

#ec3edd #ddec3e #3eddec

Analogous Colors of #ec3edd

#ec3edd #ec3e86 #a43eec

Monochromatic Colors of #ec3edd

#ec3edd

Complementary Color

#ec3edd #3eec4d

#ec3edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3edd Color CSS Codes

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

#ec3edd Text Font Color

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

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


#ec3edd Background Color

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

This div background color is #ec3edd


#ec3edd Border Color

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

This div border color is #ec3edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3edd


Comments

No comments written yet.

Please login to write comment.