Color Hex Logo

#ec67fc Color Hex

#EC67FC
(236,103,252)
0 Favorites   0 Comments

Color spaces of #ec67fc

RGB 236103252
HSL0.820.960.70
HSV294°59°99°
CMYK 0.060.590.00   0.01
XYZ57.013034.561695.7616
Yxy34.56160.30430.1845
Hunter Lab58.789170.2263-55.4251
CIE-Lab65.405970.7913-51.2648

#ec67fc color RGB value is (236,103,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100111 11111100
Octal 354 147 374
Decimal 236 103 252
Hex EC 67 FC

RGB Percentages of Color #ec67fc

%39.93
%17.43
%42.64

CMYK Percentages of Color #ec67fc

%6
%59
%0
%1

Triadic Colors of #ec67fc

#ec67fc #fcec67 #67fcec

Analogous Colors of #ec67fc

#ec67fc #fc67c2 #a267fc

Monochromatic Colors of #ec67fc

#ec67fc

Complementary Color

#ec67fc #77fc67

#ec67fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec67fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec67fc Color CSS Codes

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

#ec67fc Text Font Color

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

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


#ec67fc Background Color

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

This div background color is #ec67fc


#ec67fc Border Color

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

This div border color is #ec67fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec67fc


Comments

No comments written yet.

Please login to write comment.