Color Hex Logo

#f5b8ff Color Hex

#F5B8FF
(245,184,255)
0 Favorites   0 Comments

Color spaces of #f5b8ff

RGB 245184255
HSL0.811.000.86
HSV292°28°100°
CMYK 0.040.280.00   0.00
XYZ72.846760.9135102.5258
Yxy60.91350.30830.2578
Hunter Lab78.047130.0238-23.2527
CIE-Lab82.332233.7273-26.4910

#f5b8ff color RGB value is (245,184,255).

#f5b8ff hex color red value is 245, green value is 184 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f5b8ff hue: 0.81 , saturation: 1.00 and the lightness value of f5b8ff is 0.86.

The process color (four color CMYK) of #f5b8ff color hex is 0.04, 0.28, 0.00, 0.00. Web safe color of #f5b8ff is #ffccff. Color #f5b8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111000 11111111
Octal 365 270 377
Decimal 245 184 255
Hex F5 B8 FF

RGB Percentages of Color #f5b8ff

%35.82
%26.90
%37.28

CMYK Percentages of Color #f5b8ff

%4
%28
%0
%0

Triadic Colors of #f5b8ff

#f5b8ff #fff5b8 #b8fff5

Analogous Colors of #f5b8ff

#f5b8ff #ffb8e6 #d2b8ff

Monochromatic Colors of #f5b8ff

#f5b8ff

Complementary Color

#f5b8ff #c2ffb8

#f5b8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5b8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5b8ff Color CSS Codes

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

#f5b8ff Text Font Color

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

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


#f5b8ff Background Color

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

This div background color is #f5b8ff


#f5b8ff Border Color

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

This div border color is #f5b8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5b8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.