Color Hex Logo

#f28bdd Color Hex

#F28BDD
(242,139,221)
0 Favorites   0 Comments

Color spaces of #f28bdd

RGB 242139221
HSL0.870.800.75
HSV312°43°95°
CMYK 0.000.430.09   0.05
XYZ58.901742.562973.5176
Yxy42.56290.33660.2432
Hunter Lab65.240246.9870-21.1442
CIE-Lab71.257350.1757-25.0146

#f28bdd color RGB value is (242,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001011 11011101
Octal 362 213 335
Decimal 242 139 221
Hex F2 8B DD

RGB Percentages of Color #f28bdd

%40.20
%23.09
%36.71

CMYK Percentages of Color #f28bdd

%0
%43
%9
%5

Triadic Colors of #f28bdd

#f28bdd #ddf28b #8bddf2

Analogous Colors of #f28bdd

#f28bdd #f28baa #d48bf2

Monochromatic Colors of #f28bdd

#f28bdd

Complementary Color

#f28bdd #8bf2a0

#f28bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28bdd Color CSS Codes

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

#f28bdd Text Font Color

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

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


#f28bdd Background Color

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

This div background color is #f28bdd


#f28bdd Border Color

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

This div border color is #f28bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28bdd


Comments

No comments written yet.

Please login to write comment.