Color Hex Logo

#f299fd Color Hex

#F299FD
(242,153,253)
0 Favorites   0 Comments

Color spaces of #f299fd

RGB 242153253
HSL0.820.960.80
HSV293°40°99°
CMYK 0.040.400.00   0.01
XYZ65.738848.751698.8737
Yxy48.75160.30810.2285
Hunter Lab69.822345.8714-35.0835
CIE-Lab75.296548.6591-36.2657

#f299fd color RGB value is (242,153,253).

#f299fd hex color red value is 242, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f299fd hue: 0.82 , saturation: 0.96 and the lightness value of f299fd is 0.80.

The process color (four color CMYK) of #f299fd color hex is 0.04, 0.40, 0.00, 0.01. Web safe color of #f299fd is #ff99ff. Color #f299fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011001 11111101
Octal 362 231 375
Decimal 242 153 253
Hex F2 99 FD

RGB Percentages of Color #f299fd

%37.35
%23.61
%39.04

CMYK Percentages of Color #f299fd

%4
%40
%0
%1

Triadic Colors of #f299fd

#f299fd #fdf299 #99fdf2

Analogous Colors of #f299fd

#f299fd #fd99d6 #c099fd

Monochromatic Colors of #f299fd

#f299fd

Complementary Color

#f299fd #a4fd99

#f299fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f299fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f299fd Color CSS Codes

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

#f299fd Text Font Color

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

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


#f299fd Background Color

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

This div background color is #f299fd


#f299fd Border Color

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

This div border color is #f299fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f299fd


Comments

No comments written yet.

Please login to write comment.