Color Hex Logo

#ec6efc Color Hex

#EC6EFC
(236,110,252)
0 Favorites   0 Comments

Color spaces of #ec6efc

RGB 236110252
HSL0.810.960.71
HSV293°56°99°
CMYK 0.060.560.00   0.01
XYZ57.738736.013096.0035
Yxy36.01300.30430.1898
Hunter Lab60.010866.7227-52.8428
CIE-Lab66.529967.7283-49.4882

#ec6efc color RGB value is (236,110,252).

#ec6efc hex color red value is 236, green value is 110 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ec6efc hue: 0.81 , saturation: 0.96 and the lightness value of ec6efc is 0.71.

The process color (four color CMYK) of #ec6efc color hex is 0.06, 0.56, 0.00, 0.01. Web safe color of #ec6efc is #ff66ff. Color #ec6efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101110 11111100
Octal 354 156 374
Decimal 236 110 252
Hex EC 6E FC

RGB Percentages of Color #ec6efc

%39.46
%18.39
%42.14

CMYK Percentages of Color #ec6efc

%6
%56
%0
%1

Triadic Colors of #ec6efc

#ec6efc #fcec6e #6efcec

Analogous Colors of #ec6efc

#ec6efc #fc6ec5 #a56efc

Monochromatic Colors of #ec6efc

#ec6efc

Complementary Color

#ec6efc #7efc6e

#ec6efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6efc Color CSS Codes

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

#ec6efc Text Font Color

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

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


#ec6efc Background Color

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

This div background color is #ec6efc


#ec6efc Border Color

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

This div border color is #ec6efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6efc


Comments

No comments written yet.

Please login to write comment.