Color Hex Logo

#f373fd Color Hex

#F373FD
(243,115,253)
0 Favorites   0 Comments

Color spaces of #f373fd

RGB 243115253
HSL0.820.970.72
HSV296°55°99°
CMYK 0.040.550.00   0.01
XYZ60.822538.408097.1363
Yxy38.40800.30970.1956
Hunter Lab61.974266.7280-49.5473
CIE-Lab68.320367.4197-47.1527

#f373fd color RGB value is (243,115,253).

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

The process color (four color CMYK) of #f373fd color hex is 0.04, 0.55, 0.00, 0.01. Web safe color of #f373fd is #ff66ff. Color #f373fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110011 11111101
Octal 363 163 375
Decimal 243 115 253
Hex F3 73 FD

RGB Percentages of Color #f373fd

%39.77
%18.82
%41.41

CMYK Percentages of Color #f373fd

%4
%55
%0
%1

Triadic Colors of #f373fd

#f373fd #fdf373 #73fdf3

Analogous Colors of #f373fd

#f373fd #fd73c2 #ae73fd

Monochromatic Colors of #f373fd

#f373fd

Complementary Color

#f373fd #7dfd73

#f373fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f373fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f373fd Color CSS Codes

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

#f373fd Text Font Color

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

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


#f373fd Background Color

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

This div background color is #f373fd


#f373fd Border Color

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

This div border color is #f373fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f373fd

Related Colors


Comments

No comments written yet.

Please login to write comment.