Color Hex Logo

#f4bafd Color Hex

#F4BAFD
(244,186,253)
0 Favorites   0 Comments

Color spaces of #f4bafd

RGB 244186253
HSL0.810.940.86
HSV292°26°99°
CMYK 0.040.260.00   0.01
XYZ72.596861.4428100.9619
Yxy61.44280.30890.2615
Hunter Lab78.385528.1435-21.4968
CIE-Lab82.616231.9794-24.9995

#f4bafd color RGB value is (244,186,253).

#f4bafd hex color red value is 244, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f4bafd hue: 0.81 , saturation: 0.94 and the lightness value of f4bafd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111010 11111101
Octal 364 272 375
Decimal 244 186 253
Hex F4 BA FD

RGB Percentages of Color #f4bafd

%35.72
%27.23
%37.04

CMYK Percentages of Color #f4bafd

%4
%26
%0
%1

Triadic Colors of #f4bafd

#f4bafd #fdf4ba #bafdf4

Analogous Colors of #f4bafd

#f4bafd #fdbae5 #d3bafd

Monochromatic Colors of #f4bafd

#f4bafd

Complementary Color

#f4bafd #c3fdba

#f4bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bafd Color CSS Codes

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

#f4bafd Text Font Color

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

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


#f4bafd Background Color

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

This div background color is #f4bafd


#f4bafd Border Color

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

This div border color is #f4bafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,186,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4bafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4bafd;
  -webkit-box-shadow: 1px 1px 3px 2px #f4bafd;
  box-shadow:         1px 1px 3px 2px #f4bafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,186,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.