Color Hex Logo

#f15cba Color Hex

#F15CBA
(241,92,186)
0 Favorites   0 Comments

Color spaces of #f15cba

RGB 24192186
HSL0.890.840.65
HSV322°62°95°
CMYK 0.000.620.23   0.05
XYZ48.965729.900249.6449
Yxy29.90020.38100.2327
Hunter Lab54.681164.1509-15.5526
CIE-Lab61.568066.4798-20.1961

#f15cba color RGB value is (241,92,186).

#f15cba hex color red value is 241, green value is 92 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f15cba hue: 0.89 , saturation: 0.84 and the lightness value of f15cba is 0.65.

The process color (four color CMYK) of #f15cba color hex is 0.00, 0.62, 0.23, 0.05. Web safe color of #f15cba is #ff66cc. Color #f15cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011100 10111010
Octal 361 134 272
Decimal 241 92 186
Hex F1 5C BA

RGB Percentages of Color #f15cba

%46.44
%17.73
%35.84

CMYK Percentages of Color #f15cba

%0
%62
%23
%5

Triadic Colors of #f15cba

#f15cba #baf15c #5cbaf1

Analogous Colors of #f15cba

#f15cba #f15c70 #de5cf1

Monochromatic Colors of #f15cba

#f15cba

Complementary Color

#f15cba #5cf193

#f15cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15cba Color CSS Codes

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

#f15cba Text Font Color

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

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


#f15cba Background Color

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

This div background color is #f15cba


#f15cba Border Color

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

This div border color is #f15cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15cba


Comments

No comments written yet.

Please login to write comment.