Color Hex Logo

#f7bafd Color Hex

#F7BAFD
(247,186,253)
0 Favorites   0 Comments

Color spaces of #f7bafd

RGB 247186253
HSL0.820.940.86
HSV295°26°99°
CMYK 0.020.260.00   0.01
XYZ73.646361.9838101.0110
Yxy61.98380.31120.2619
Hunter Lab78.729829.1973-20.9587
CIE-Lab82.904832.9274-24.5336

#f7bafd color RGB value is (247,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111010 11111101
Octal 367 272 375
Decimal 247 186 253
Hex F7 BA FD

RGB Percentages of Color #f7bafd

%36.01
%27.11
%36.88

CMYK Percentages of Color #f7bafd

%2
%26
%0
%1

Triadic Colors of #f7bafd

#f7bafd #fdf7ba #bafdf7

Analogous Colors of #f7bafd

#f7bafd #fdbae2 #d6bafd

Monochromatic Colors of #f7bafd

#f7bafd

Complementary Color

#f7bafd #c0fdba

#f7bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bafd Color CSS Codes

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

#f7bafd Text Font Color

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

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


#f7bafd Background Color

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

This div background color is #f7bafd


#f7bafd Border Color

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

This div border color is #f7bafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,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 #f7bafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.