Color Hex Logo

#f370ff Color Hex

#F370FF
(243,112,255)
0 Favorites   0 Comments

Color spaces of #f370ff

RGB 243112255
HSL0.821.000.72
HSV295°56°100°
CMYK 0.050.560.00   0.00
XYZ60.806337.863098.7112
Yxy37.86300.30810.1918
Hunter Lab61.532968.7096-52.0401
CIE-Lab67.919569.1087-48.8785

#f370ff color RGB value is (243,112,255).

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

The process color (four color CMYK) of #f370ff color hex is 0.05, 0.56, 0.00, 0.00. Web safe color of #f370ff is #ff66ff. Color #f370ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110000 11111111
Octal 363 160 377
Decimal 243 112 255
Hex F3 70 FF

RGB Percentages of Color #f370ff

%39.84
%18.36
%41.80

CMYK Percentages of Color #f370ff

%5
%56
%0
%0

Triadic Colors of #f370ff

#f370ff #fff370 #70fff3

Analogous Colors of #f370ff

#f370ff #ff70c4 #ac70ff

Monochromatic Colors of #f370ff

#f370ff

Complementary Color

#f370ff #7cff70

#f370ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f370ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f370ff Color CSS Codes

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

#f370ff Text Font Color

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

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


#f370ff Background Color

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

This div background color is #f370ff


#f370ff Border Color

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

This div border color is #f370ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f370ff


Comments

No comments written yet.

Please login to write comment.