Color Hex Logo

#ec63ee Color Hex

#EC63EE
(236,99,238)
0 Favorites   0 Comments

Color spaces of #ec63ee

RGB 23699238
HSL0.830.800.66
HSV299°58°93°
CMYK 0.010.580.00   0.07
XYZ54.486532.929684.3732
Yxy32.92960.31720.1917
Hunter Lab57.384369.0635-47.0061
CIE-Lab64.103970.0804-45.5909

#ec63ee color RGB value is (236,99,238).

#ec63ee hex color red value is 236, green value is 99 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ec63ee hue: 0.83 , saturation: 0.80 and the lightness value of ec63ee is 0.66.

The process color (four color CMYK) of #ec63ee color hex is 0.01, 0.58, 0.00, 0.07. Web safe color of #ec63ee is #ff66ff. Color #ec63ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100011 11101110
Octal 354 143 356
Decimal 236 99 238
Hex EC 63 EE

RGB Percentages of Color #ec63ee

%41.19
%17.28
%41.54

CMYK Percentages of Color #ec63ee

%1
%58
%0
%7

Triadic Colors of #ec63ee

#ec63ee #eeec63 #63eeec

Analogous Colors of #ec63ee

#ec63ee #ee63ab #a763ee

Monochromatic Colors of #ec63ee

#ec63ee

Complementary Color

#ec63ee #65ee63

#ec63ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec63ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec63ee Color CSS Codes

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

#ec63ee Text Font Color

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

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


#ec63ee Background Color

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

This div background color is #ec63ee


#ec63ee Border Color

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

This div border color is #ec63ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec63ee


Comments

No comments written yet.

Please login to write comment.