Color Hex Logo

#ec3ddc Color Hex

#EC3DDC
(236,61,220)
0 Favorites   0 Comments

Color spaces of #ec3ddc

RGB 23661220
HSL0.850.820.58
HSV305°74°93°
CMYK 0.000.740.07   0.07
XYZ49.179126.337770.2018
Yxy26.33770.33750.1807
Hunter Lab51.320381.2422-45.1795
CIE-Lab58.356280.9053-44.5793

#ec3ddc color RGB value is (236,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111101 11011100
Octal 354 75 334
Decimal 236 61 220
Hex EC 3D DC

RGB Percentages of Color #ec3ddc

%45.65
%11.80
%42.55

CMYK Percentages of Color #ec3ddc

%0
%74
%7
%7

Triadic Colors of #ec3ddc

#ec3ddc #dcec3d #3ddcec

Analogous Colors of #ec3ddc

#ec3ddc #ec3d85 #a53dec

Monochromatic Colors of #ec3ddc

#ec3ddc

Complementary Color

#ec3ddc #3dec4d

#ec3ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3ddc Color CSS Codes

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

#ec3ddc Text Font Color

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

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


#ec3ddc Background Color

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

This div background color is #ec3ddc


#ec3ddc Border Color

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

This div border color is #ec3ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3ddc


Comments

No comments written yet.

Please login to write comment.