color codes Logo

#ec0adb color codes

#EC0ADB
(236,10,219)
0 Favorites   0 Comments

Color spaces of #ec0adb

RGB 23610219
HSL0.850.920.48
HSV305°96°93°
CMYK 0.000.960.07   0.07
XYZ47.486823.164468.9862
Yxy23.16440.34010.1659
Hunter Lab48.129491.8903-51.2926
CIE-Lab55.241389.6736-48.9468

#ec0adb color RGB value is (236,10,219).

#ec0adb hex color red value is 236, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ec0adb hue: 0.85 , saturation: 0.92 and the lightness value of ec0adb is 0.48.

The process color (four color CMYK) of #ec0adb color code is 0.00, 0.96, 0.07, 0.07. Web safe color of #ec0adb is #ff00cc. Color #ec0adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001010 11011011
Octal 354 12 333
Decimal 236 10 219
Hex EC A DB

RGB Percentages of Color #ec0adb

%50.75
%2.15
%47.10

CMYK Percentages of Color #ec0adb

%0
%96
%7
%7

Triadic Colors of #ec0adb

#ec0adb #dbec0a #0adbec

Analogous Colors of #ec0adb

#ec0adb #ec0a6a #8c0aec

Monochromatic Colors of #ec0adb

#ec0adb

Complementary Color

#ec0adb #0aec1b

#ec0adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0adb Color CSS Codes

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

#ec0adb Text Font Color

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

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


#ec0adb Background Color

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

This div background color is #ec0adb


#ec0adb Border Color

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

This div border color is #ec0adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,10,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec0adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0adb


Comments

No comments written yet.

Please login to write comment.