Color Hex Logo

#f283fd Color Hex

#F283FD
(242,131,253)
0 Favorites   0 Comments

Color spaces of #f283fd

RGB 242131253
HSL0.820.970.75
HSV295°48°99°
CMYK 0.040.480.00   0.01
XYZ62.463942.201797.7820
Yxy42.20170.30850.2085
Hunter Lab64.962857.9487-43.7693
CIE-Lab71.009859.6685-42.9412

#f283fd color RGB value is (242,131,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000011 11111101
Octal 362 203 375
Decimal 242 131 253
Hex F2 83 FD

RGB Percentages of Color #f283fd

%38.66
%20.93
%40.42

CMYK Percentages of Color #f283fd

%4
%48
%0
%1

Triadic Colors of #f283fd

#f283fd #fdf283 #83fdf2

Analogous Colors of #f283fd

#f283fd #fd83cb #b583fd

Monochromatic Colors of #f283fd

#f283fd

Complementary Color

#f283fd #8efd83

#f283fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f283fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f283fd Color CSS Codes

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

#f283fd Text Font Color

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

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


#f283fd Background Color

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

This div background color is #f283fd


#f283fd Border Color

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

This div border color is #f283fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f283fd


Comments

No comments written yet.

Please login to write comment.