Color Hex Logo

#ec1adc Color Hex

#EC1ADC
(236,26,220)
0 Favorites   0 Comments

Color spaces of #ec1adc

RGB 23626220
HSL0.850.850.51
HSV305°89°93°
CMYK 0.000.890.07   0.07
XYZ47.879723.739069.7687
Yxy23.73900.33860.1679
Hunter Lab48.722790.1470-50.7947
CIE-Lab55.825588.2465-48.5865

#ec1adc color RGB value is (236,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011010 11011100
Octal 354 32 334
Decimal 236 26 220
Hex EC 1A DC

RGB Percentages of Color #ec1adc

%48.96
%5.39
%45.64

CMYK Percentages of Color #ec1adc

%0
%89
%7
%7

Triadic Colors of #ec1adc

#ec1adc #dcec1a #1adcec

Analogous Colors of #ec1adc

#ec1adc #ec1a73 #931aec

Monochromatic Colors of #ec1adc

#ec1adc

Complementary Color

#ec1adc #1aec2a

#ec1adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1adc Color CSS Codes

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

#ec1adc Text Font Color

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

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


#ec1adc Background Color

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

This div background color is #ec1adc


#ec1adc Border Color

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

This div border color is #ec1adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1adc


Comments

No comments written yet.

Please login to write comment.