Color Hex Logo

#f28bbc Color Hex

#F28BBC
(242,139,188)
0 Favorites   0 Comments

Color spaces of #f28bbc

RGB 242139188
HSL0.920.800.75
HSV331°43°95°
CMYK 0.000.430.22   0.05
XYZ54.927740.973352.5906
Yxy40.97330.36990.2759
Hunter Lab64.010441.1537-3.9051
CIE-Lab70.157245.1065-8.3735

#f28bbc color RGB value is (242,139,188).

#f28bbc hex color red value is 242, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f28bbc hue: 0.92 , saturation: 0.80 and the lightness value of f28bbc is 0.75.

The process color (four color CMYK) of #f28bbc color hex is 0.00, 0.43, 0.22, 0.05. Web safe color of #f28bbc is #ff99cc. Color #f28bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001011 10111100
Octal 362 213 274
Decimal 242 139 188
Hex F2 8B BC

RGB Percentages of Color #f28bbc

%42.53
%24.43
%33.04

CMYK Percentages of Color #f28bbc

%0
%43
%22
%5

Triadic Colors of #f28bbc

#f28bbc #bcf28b #8bbcf2

Analogous Colors of #f28bbc

#f28bbc #f28e8b #f28bf0

Monochromatic Colors of #f28bbc

#f28bbc

Complementary Color

#f28bbc #8bf2c1

#f28bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28bbc Color CSS Codes

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

#f28bbc Text Font Color

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

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


#f28bbc Background Color

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

This div background color is #f28bbc


#f28bbc Border Color

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

This div border color is #f28bbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,139,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f28bbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f28bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #f28bbc;
  box-shadow:         1px 1px 3px 2px #f28bbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,139,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28bbc


Comments

No comments written yet.

Please login to write comment.