Color Hex Logo

#ec68fd Color Hex

#EC68FD
(236,104,253)
0 Favorites   0 Comments

Color spaces of #ec68fd

RGB 236104253
HSL0.810.970.70
HSV293°59°99°
CMYK 0.070.590.00   0.01
XYZ57.272034.825396.6319
Yxy34.82530.30350.1845
Hunter Lab59.013069.9613-55.7765
CIE-Lab65.612470.5387-51.4875

#ec68fd color RGB value is (236,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 11111101
Octal 354 150 375
Decimal 236 104 253
Hex EC 68 FD

RGB Percentages of Color #ec68fd

%39.80
%17.54
%42.66

CMYK Percentages of Color #ec68fd

%7
%59
%0
%1

Triadic Colors of #ec68fd

#ec68fd #fdec68 #68fdec

Analogous Colors of #ec68fd

#ec68fd #fd68c4 #a268fd

Monochromatic Colors of #ec68fd

#ec68fd

Complementary Color

#ec68fd #79fd68

#ec68fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec68fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec68fd Color CSS Codes

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

#ec68fd Text Font Color

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

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


#ec68fd Background Color

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

This div background color is #ec68fd


#ec68fd Border Color

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

This div border color is #ec68fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec68fd


Comments

No comments written yet.

Please login to write comment.