Color Hex Logo

#ec1adb Color Hex

#EC1ADB
(236,26,219)
0 Favorites   0 Comments

Color spaces of #ec1adb

RGB 23626219
HSL0.850.850.51
HSV305°89°93°
CMYK 0.000.890.07   0.07
XYZ47.747623.686169.0731
Yxy23.68610.33980.1686
Hunter Lab48.668489.9533-50.0801
CIE-Lab55.772188.1104-48.1037

#ec1adb color RGB value is (236,26,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011010 11011011
Octal 354 32 333
Decimal 236 26 219
Hex EC 1A DB

RGB Percentages of Color #ec1adb

%49.06
%5.41
%45.53

CMYK Percentages of Color #ec1adb

%0
%89
%7
%7

Triadic Colors of #ec1adb

#ec1adb #dbec1a #1adbec

Analogous Colors of #ec1adb

#ec1adb #ec1a72 #941aec

Monochromatic Colors of #ec1adb

#ec1adb

Complementary Color

#ec1adb #1aec2b

#ec1adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1adb Color CSS Codes

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

#ec1adb Text Font Color

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

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


#ec1adb Background Color

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

This div background color is #ec1adb


#ec1adb Border Color

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

This div border color is #ec1adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1adb


Comments

No comments written yet.

Please login to write comment.