color codes Logo

#f15eb8 color codes

#F15EB8
(241,94,184)
0 Favorites   0 Comments

Color spaces of #f15eb8

RGB 24194184
HSL0.900.840.66
HSV323°61°95°
CMYK 0.000.610.24   0.05
XYZ48.930130.166948.5913
Yxy30.16690.38320.2363
Hunter Lab54.924462.9013-14.0064
CIE-Lab61.798065.3915-18.7029

#f15eb8 color RGB value is (241,94,184).

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

The process color (four color CMYK) of #f15eb8 color code is 0.00, 0.61, 0.24, 0.05. Web safe color of #f15eb8 is #ff66cc. Color #f15eb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 10111000
Octal 361 136 270
Decimal 241 94 184
Hex F1 5E B8

RGB Percentages of Color #f15eb8

%46.44
%18.11
%35.45

CMYK Percentages of Color #f15eb8

%0
%61
%24
%5

Triadic Colors of #f15eb8

#f15eb8 #b8f15e #5eb8f1

Analogous Colors of #f15eb8

#f15eb8 #f15e6f #e15ef1

Monochromatic Colors of #f15eb8

#f15eb8

Complementary Color

#f15eb8 #5ef197

#f15eb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15eb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15eb8 Color CSS Codes

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

#f15eb8 Text Font Color

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

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


#f15eb8 Background Color

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

This div background color is #f15eb8


#f15eb8 Border Color

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

This div border color is #f15eb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15eb8


Comments

No comments written yet.

Please login to write comment.