color codes Logo

#ec07dd color codes

#EC07DD
(236,7,221)
0 Favorites   0 Comments

Color spaces of #ec07dd

RGB 2367221
HSL0.840.940.48
HSV304°97°93°
CMYK 0.000.970.06   0.07
XYZ47.719223.205370.3706
Yxy23.20530.33770.1642
Hunter Lab48.171992.5218-52.8919
CIE-Lab55.283290.1392-50.0160

#ec07dd color RGB value is (236,7,221).

#ec07dd hex color red value is 236, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ec07dd hue: 0.84 , saturation: 0.94 and the lightness value of ec07dd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 11011101
Octal 354 7 335
Decimal 236 7 221
Hex EC 7 DD

RGB Percentages of Color #ec07dd

%50.86
%1.51
%47.63

CMYK Percentages of Color #ec07dd

%0
%97
%6
%7

Triadic Colors of #ec07dd

#ec07dd #ddec07 #07ddec

Analogous Colors of #ec07dd

#ec07dd #ec076b #8907ec

Monochromatic Colors of #ec07dd

#ec07dd

Complementary Color

#ec07dd #07ec16

#ec07dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec07dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec07dd Color CSS Codes

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

#ec07dd Text Font Color

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

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


#ec07dd Background Color

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

This div background color is #ec07dd


#ec07dd Border Color

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

This div border color is #ec07dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec07dd


Comments

No comments written yet.

Please login to write comment.