Color Hex Logo

#ec62dd Color Hex

#EC62DD
(236,98,221)
0 Favorites   0 Comments

Color spaces of #ec62dd

RGB 23698221
HSL0.850.780.65
HSV307°58°93°
CMYK 0.000.580.06   0.07
XYZ52.010931.788771.8012
Yxy31.78870.33430.2043
Hunter Lab56.381565.9955-36.0382
CIE-Lab63.167967.7266-37.5857

#ec62dd color RGB value is (236,98,221).

#ec62dd hex color red value is 236, green value is 98 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ec62dd hue: 0.85 , saturation: 0.78 and the lightness value of ec62dd is 0.65.

The process color (four color CMYK) of #ec62dd color hex is 0.00, 0.58, 0.06, 0.07. Web safe color of #ec62dd is #ff66cc. Color #ec62dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100010 11011101
Octal 354 142 335
Decimal 236 98 221
Hex EC 62 DD

RGB Percentages of Color #ec62dd

%42.52
%17.66
%39.82

CMYK Percentages of Color #ec62dd

%0
%58
%6
%7

Triadic Colors of #ec62dd

#ec62dd #ddec62 #62ddec

Analogous Colors of #ec62dd

#ec62dd #ec6298 #b662ec

Monochromatic Colors of #ec62dd

#ec62dd

Complementary Color

#ec62dd #62ec71

#ec62dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec62dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec62dd Color CSS Codes

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

#ec62dd Text Font Color

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

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


#ec62dd Background Color

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

This div background color is #ec62dd


#ec62dd Border Color

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

This div border color is #ec62dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec62dd


Comments

No comments written yet.

Please login to write comment.