Color Hex Logo

#ec6dd8 Color Hex

#EC6DD8
(236,109,216)
0 Favorites   0 Comments

Color spaces of #ec6dd8

RGB 236109216
HSL0.860.770.68
HSV309°54°93°
CMYK 0.000.540.08   0.07
XYZ52.455433.728068.7112
Yxy33.72800.33870.2177
Hunter Lab58.075859.5926-29.4947
CIE-Lab64.746162.0856-32.3307

#ec6dd8 color RGB value is (236,109,216).

#ec6dd8 hex color red value is 236, green value is 109 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ec6dd8 hue: 0.86 , saturation: 0.77 and the lightness value of ec6dd8 is 0.68.

The process color (four color CMYK) of #ec6dd8 color hex is 0.00, 0.54, 0.08, 0.07. Web safe color of #ec6dd8 is #ff66cc. Color #ec6dd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101101 11011000
Octal 354 155 330
Decimal 236 109 216
Hex EC 6D D8

RGB Percentages of Color #ec6dd8

%42.07
%19.43
%38.50

CMYK Percentages of Color #ec6dd8

%0
%54
%8
%7

Triadic Colors of #ec6dd8

#ec6dd8 #d8ec6d #6dd8ec

Analogous Colors of #ec6dd8

#ec6dd8 #ec6d99 #c16dec

Monochromatic Colors of #ec6dd8

#ec6dd8

Complementary Color

#ec6dd8 #6dec81

#ec6dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6dd8 Color CSS Codes

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

#ec6dd8 Text Font Color

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

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


#ec6dd8 Background Color

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

This div background color is #ec6dd8


#ec6dd8 Border Color

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

This div border color is #ec6dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6dd8


Comments

No comments written yet.

Please login to write comment.