Color Hex Logo

#f273fd Color Hex

#F273FD
(242,115,253)
0 Favorites   0 Comments

Color spaces of #f273fd

RGB 242115253
HSL0.820.970.72
HSV295°55°99°
CMYK 0.040.550.00   0.01
XYZ60.478338.230697.1202
Yxy38.23060.30880.1952
Hunter Lab61.830966.3911-49.8475
CIE-Lab68.190267.1658-47.3662

#f273fd color RGB value is (242,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110011 11111101
Octal 362 163 375
Decimal 242 115 253
Hex F2 73 FD

RGB Percentages of Color #f273fd

%39.67
%18.85
%41.48

CMYK Percentages of Color #f273fd

%4
%55
%0
%1

Triadic Colors of #f273fd

#f273fd #fdf273 #73fdf2

Analogous Colors of #f273fd

#f273fd #fd73c3 #ad73fd

Monochromatic Colors of #f273fd

#f273fd

Complementary Color

#f273fd #7efd73

#f273fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f273fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f273fd Color CSS Codes

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

#f273fd Text Font Color

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

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


#f273fd Background Color

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

This div background color is #f273fd


#f273fd Border Color

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

This div border color is #f273fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f273fd

Related Colors


Comments

No comments written yet.

Please login to write comment.