Color Hex Logo

#f37afd Color Hex

#F37AFD
(243,122,253)
0 Favorites   0 Comments

Color spaces of #f37afd

RGB 243122253
HSL0.820.970.74
HSV295°52°99°
CMYK 0.040.520.00   0.01
XYZ61.651340.065697.4126
Yxy40.06560.30960.2012
Hunter Lab63.297463.0875-46.9372
CIE-Lab69.516264.2129-45.2730

#f37afd color RGB value is (243,122,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111010 11111101
Octal 363 172 375
Decimal 243 122 253
Hex F3 7A FD

RGB Percentages of Color #f37afd

%39.32
%19.74
%40.94

CMYK Percentages of Color #f37afd

%4
%52
%0
%1

Triadic Colors of #f37afd

#f37afd #fdf37a #7afdf3

Analogous Colors of #f37afd

#f37afd #fd7ac6 #b27afd

Monochromatic Colors of #f37afd

#f37afd

Complementary Color

#f37afd #84fd7a

#f37afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37afd Color CSS Codes

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

#f37afd Text Font Color

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

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


#f37afd Background Color

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

This div background color is #f37afd


#f37afd Border Color

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

This div border color is #f37afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37afd

Related Colors


Comments

No comments written yet.

Please login to write comment.