Color Hex Logo

#f150ce Color Hex

#F150CE
(241,80,206)
0 Favorites   0 Comments

Color spaces of #f150ce

RGB 24180206
HSL0.870.850.63
HSV313°67°95°
CMYK 0.000.670.15   0.05
XYZ50.284928.894361.3194
Yxy28.89430.35790.2057
Hunter Lab53.753472.9135-30.0079
CIE-Lab60.688273.8398-32.9406

#f150ce color RGB value is (241,80,206).

#f150ce hex color red value is 241, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f150ce hue: 0.87 , saturation: 0.85 and the lightness value of f150ce is 0.63.

The process color (four color CMYK) of #f150ce color hex is 0.00, 0.67, 0.15, 0.05. Web safe color of #f150ce is #ff66cc. Color #f150ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010000 11001110
Octal 361 120 316
Decimal 241 80 206
Hex F1 50 CE

RGB Percentages of Color #f150ce

%45.73
%15.18
%39.09

CMYK Percentages of Color #f150ce

%0
%67
%15
%5

Triadic Colors of #f150ce

#f150ce #cef150 #50cef1

Analogous Colors of #f150ce

#f150ce #f1507e #c450f1

Monochromatic Colors of #f150ce

#f150ce

Complementary Color

#f150ce #50f173

#f150ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f150ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f150ce Color CSS Codes

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

#f150ce Text Font Color

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

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


#f150ce Background Color

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

This div background color is #f150ce


#f150ce Border Color

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

This div border color is #f150ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f150ce


Comments

No comments written yet.

Please login to write comment.