Color Hex Logo

#f15cbf Color Hex

#F15CBF
(241,92,191)
0 Favorites   0 Comments

Color spaces of #f15cbf

RGB 24192191
HSL0.890.840.65
HSV320°62°95°
CMYK 0.000.620.21   0.05
XYZ49.506730.116752.4940
Yxy30.11670.37470.2280
Hunter Lab54.878764.9892-18.2985
CIE-Lab61.754867.1456-22.7643

#f15cbf color RGB value is (241,92,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011100 10111111
Octal 361 134 277
Decimal 241 92 191
Hex F1 5C BF

RGB Percentages of Color #f15cbf

%45.99
%17.56
%36.45

CMYK Percentages of Color #f15cbf

%0
%62
%21
%5

Triadic Colors of #f15cbf

#f15cbf #bff15c #5cbff1

Analogous Colors of #f15cbf

#f15cbf #f15c75 #d95cf1

Monochromatic Colors of #f15cbf

#f15cbf

Complementary Color

#f15cbf #5cf18e

#f15cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15cbf Color CSS Codes

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

#f15cbf Text Font Color

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

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


#f15cbf Background Color

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

This div background color is #f15cbf


#f15cbf Border Color

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

This div border color is #f15cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15cbf


Comments

No comments written yet.

Please login to write comment.