Color Hex Logo

#ec60f1 Color Hex

#EC60F1
(236,96,241)
0 Favorites   0 Comments

Color spaces of #ec60f1

RGB 23696241
HSL0.830.840.66
HSV298°60°95°
CMYK 0.020.600.00   0.05
XYZ54.652132.549586.6213
Yxy32.54950.31440.1873
Hunter Lab57.052271.1496-50.0824
CIE-Lab63.794571.8344-47.7416

#ec60f1 color RGB value is (236,96,241).

#ec60f1 hex color red value is 236, green value is 96 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ec60f1 hue: 0.83 , saturation: 0.84 and the lightness value of ec60f1 is 0.66.

The process color (four color CMYK) of #ec60f1 color hex is 0.02, 0.60, 0.00, 0.05. Web safe color of #ec60f1 is #ff66ff. Color #ec60f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100000 11110001
Octal 354 140 361
Decimal 236 96 241
Hex EC 60 F1

RGB Percentages of Color #ec60f1

%41.19
%16.75
%42.06

CMYK Percentages of Color #ec60f1

%2
%60
%0
%5

Triadic Colors of #ec60f1

#ec60f1 #f1ec60 #60f1ec

Analogous Colors of #ec60f1

#ec60f1 #f160ae #a460f1

Monochromatic Colors of #ec60f1

#ec60f1

Complementary Color

#ec60f1 #65f160

#ec60f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec60f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec60f1 Color CSS Codes

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

#ec60f1 Text Font Color

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

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


#ec60f1 Background Color

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

This div background color is #ec60f1


#ec60f1 Border Color

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

This div border color is #ec60f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec60f1


Comments

No comments written yet.

Please login to write comment.