Color Hex Logo

#ec48ee Color Hex

#EC48EE
(236,72,238)
0 Favorites   0 Comments

Color spaces of #ec48ee

RGB 23672238
HSL0.830.830.61
HSV299°70°93°
CMYK 0.010.700.00   0.07
XYZ52.342128.640683.6584
Yxy28.64060.31790.1740
Hunter Lab53.516980.9269-55.2211
CIE-Lab60.463180.2512-51.3478

#ec48ee color RGB value is (236,72,238).

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

The process color (four color CMYK) of #ec48ee color hex is 0.01, 0.70, 0.00, 0.07. Web safe color of #ec48ee is #ff33ff. Color #ec48ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 11101110
Octal 354 110 356
Decimal 236 72 238
Hex EC 48 EE

RGB Percentages of Color #ec48ee

%43.22
%13.19
%43.59

CMYK Percentages of Color #ec48ee

%1
%70
%0
%7

Triadic Colors of #ec48ee

#ec48ee #eeec48 #48eeec

Analogous Colors of #ec48ee

#ec48ee #ee489d #9948ee

Monochromatic Colors of #ec48ee

#ec48ee

Complementary Color

#ec48ee #4aee48

#ec48ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec48ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec48ee Color CSS Codes

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

#ec48ee Text Font Color

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

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


#ec48ee Background Color

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

This div background color is #ec48ee


#ec48ee Border Color

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

This div border color is #ec48ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec48ee


Comments

No comments written yet.

Please login to write comment.