Color Hex Logo

#f305fd Color Hex

#F305FD
(243,5,253)
0 Favorites   0 Comments

Color spaces of #f305fd

RGB 2435253
HSL0.830.980.51
HSV298°98°99°
CMYK 0.040.980.00   0.01
XYZ54.746026.255195.1108
Yxy26.25510.31090.1491
Hunter Lab51.2397101.0450-74.1858
CIE-Lab58.278495.8485-63.1185

#f305fd color RGB value is (243,5,253).

#f305fd hex color red value is 243, green value is 5 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f305fd hue: 0.83 , saturation: 0.98 and the lightness value of f305fd is 0.51.

The process color (four color CMYK) of #f305fd color hex is 0.04, 0.98, 0.00, 0.01. Web safe color of #f305fd is #ff00ff. Color #f305fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000101 11111101
Octal 363 5 375
Decimal 243 5 253
Hex F3 5 FD

RGB Percentages of Color #f305fd

%48.50
%1.00
%50.50

CMYK Percentages of Color #f305fd

%4
%98
%0
%1

Triadic Colors of #f305fd

#f305fd #fdf305 #05fdf3

Analogous Colors of #f305fd

#f305fd #fd058b #7705fd

Monochromatic Colors of #f305fd

#f305fd

Complementary Color

#f305fd #0ffd05

#f305fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f305fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f305fd Color CSS Codes

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

#f305fd Text Font Color

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

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


#f305fd Background Color

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

This div background color is #f305fd


#f305fd Border Color

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

This div border color is #f305fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f305fd

Related Colors


Comments

No comments written yet.

Please login to write comment.