Color Hex Logo

#f37fd2 Color Hex

#F37FD2
(243,127,210)
0 Favorites   0 Comments

Color spaces of #f37fd2

RGB 243127210
HSL0.880.830.73
HSV317°48°95°
CMYK 0.000.480.14   0.05
XYZ56.184438.886665.5174
Yxy38.88660.34990.2422
Hunter Lab62.359151.6967-18.6415
CIE-Lab68.669054.6733-22.8667

#f37fd2 color RGB value is (243,127,210).

#f37fd2 hex color red value is 243, green value is 127 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #f37fd2 hue: 0.88 , saturation: 0.83 and the lightness value of f37fd2 is 0.73.

The process color (four color CMYK) of #f37fd2 color hex is 0.00, 0.48, 0.14, 0.05. Web safe color of #f37fd2 is #ff66cc. Color #f37fd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111111 11010010
Octal 363 177 322
Decimal 243 127 210
Hex F3 7F D2

RGB Percentages of Color #f37fd2

%41.90
%21.90
%36.21

CMYK Percentages of Color #f37fd2

%0
%48
%14
%5

Triadic Colors of #f37fd2

#f37fd2 #d2f37f #7fd2f3

Analogous Colors of #f37fd2

#f37fd2 #f37f98 #da7ff3

Monochromatic Colors of #f37fd2

#f37fd2

Complementary Color

#f37fd2 #7ff3a0

#f37fd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37fd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37fd2 Color CSS Codes

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

#f37fd2 Text Font Color

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

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


#f37fd2 Background Color

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

This div background color is #f37fd2


#f37fd2 Border Color

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

This div border color is #f37fd2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,127,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f37fd2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37fd2


Comments

No comments written yet.

Please login to write comment.