Color Hex Logo

#ec6ffd Color Hex

#EC6FFD
(236,111,253)
0 Favorites   0 Comments

Color spaces of #ec6ffd

RGB 236111253
HSL0.810.970.71
HSV293°56°99°
CMYK 0.070.560.00   0.01
XYZ58.006136.293696.8766
Yxy36.29360.30340.1898
Hunter Lab60.244266.4414-53.1713
CIE-Lab66.743667.4595-49.6992

#ec6ffd color RGB value is (236,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101111 11111101
Octal 354 157 375
Decimal 236 111 253
Hex EC 6F FD

RGB Percentages of Color #ec6ffd

%39.33
%18.50
%42.17

CMYK Percentages of Color #ec6ffd

%7
%56
%0
%1

Triadic Colors of #ec6ffd

#ec6ffd #fdec6f #6ffdec

Analogous Colors of #ec6ffd

#ec6ffd #fd6fc7 #a56ffd

Monochromatic Colors of #ec6ffd

#ec6ffd

Complementary Color

#ec6ffd #80fd6f

#ec6ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6ffd Color CSS Codes

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

#ec6ffd Text Font Color

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

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


#ec6ffd Background Color

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

This div background color is #ec6ffd


#ec6ffd Border Color

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

This div border color is #ec6ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6ffd


Comments

No comments written yet.

Please login to write comment.