Color Hex Logo

#ec1ddb Color Hex

#EC1DDB
(236,29,219)
0 Favorites   0 Comments

Color spaces of #ec1ddb

RGB 23629219
HSL0.850.840.52
HSV305°88°93°
CMYK 0.000.880.07   0.07
XYZ47.817623.826169.0965
Yxy23.82610.33980.1693
Hunter Lab48.812089.4427-49.7604
CIE-Lab55.913387.6963-47.8797

#ec1ddb color RGB value is (236,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011101 11011011
Octal 354 35 333
Decimal 236 29 219
Hex EC 1D DB

RGB Percentages of Color #ec1ddb

%48.76
%5.99
%45.25

CMYK Percentages of Color #ec1ddb

%0
%88
%7
%7

Triadic Colors of #ec1ddb

#ec1ddb #dbec1d #1ddbec

Analogous Colors of #ec1ddb

#ec1ddb #ec1d74 #961dec

Monochromatic Colors of #ec1ddb

#ec1ddb

Complementary Color

#ec1ddb #1dec2e

#ec1ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1ddb Color CSS Codes

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

#ec1ddb Text Font Color

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

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


#ec1ddb Background Color

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

This div background color is #ec1ddb


#ec1ddb Border Color

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

This div border color is #ec1ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1ddb


Comments

No comments written yet.

Please login to write comment.