Color Hex Logo

#f8b2cd Color Hex

#F8B2CD
(248,178,205)
0 Favorites   0 Comments

Color spaces of #f8b2cd

RGB 248178205
HSL0.940.830.84
HSV337°28°97°
CMYK 0.000.280.17   0.03
XYZ65.651256.205065.1461
Yxy56.20500.35110.3006
Hunter Lab74.970025.11490.9582
CIE-Lab79.730329.3514-3.4760

#f8b2cd color RGB value is (248,178,205).

#f8b2cd hex color red value is 248, green value is 178 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f8b2cd hue: 0.94 , saturation: 0.83 and the lightness value of f8b2cd is 0.84.

The process color (four color CMYK) of #f8b2cd color hex is 0.00, 0.28, 0.17, 0.03. Web safe color of #f8b2cd is #ff99cc. Color #f8b2cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10110010 11001101
Octal 370 262 315
Decimal 248 178 205
Hex F8 B2 CD

RGB Percentages of Color #f8b2cd

%39.30
%28.21
%32.49

CMYK Percentages of Color #f8b2cd

%0
%28
%17
%3

Triadic Colors of #f8b2cd

#f8b2cd #cdf8b2 #b2cdf8

Analogous Colors of #f8b2cd

#f8b2cd #f8bab2 #f8b2f0

Monochromatic Colors of #f8b2cd

#f8b2cd

Complementary Color

#f8b2cd #b2f8dd

#f8b2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8b2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8b2cd Color CSS Codes

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

#f8b2cd Text Font Color

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

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


#f8b2cd Background Color

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

This div background color is #f8b2cd


#f8b2cd Border Color

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

This div border color is #f8b2cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,178,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8b2cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8b2cd;
  -webkit-box-shadow: 1px 1px 3px 2px #f8b2cd;
  box-shadow:         1px 1px 3px 2px #f8b2cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,178,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8b2cd


Comments

No comments written yet.

Please login to write comment.