Color Hex Logo

#f375ff Color Hex

#F375FF
(243,117,255)
0 Favorites   0 Comments

Color spaces of #f375ff

RGB 243117255
HSL0.821.000.73
HSV295°54°100°
CMYK 0.050.540.00   0.00
XYZ61.373438.997398.9002
Yxy38.99730.30800.1957
Hunter Lab62.447866.1452-50.1856
CIE-Lab68.749366.8672-47.5713

#f375ff color RGB value is (243,117,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110101 11111111
Octal 363 165 377
Decimal 243 117 255
Hex F3 75 FF

RGB Percentages of Color #f375ff

%39.51
%19.02
%41.46

CMYK Percentages of Color #f375ff

%5
%54
%0
%0

Triadic Colors of #f375ff

#f375ff #fff375 #75fff3

Analogous Colors of #f375ff

#f375ff #ff75c6 #ae75ff

Monochromatic Colors of #f375ff

#f375ff

Complementary Color

#f375ff #81ff75

#f375ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f375ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f375ff Color CSS Codes

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

#f375ff Text Font Color

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

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


#f375ff Background Color

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

This div background color is #f375ff


#f375ff Border Color

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

This div border color is #f375ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f375ff

Related Colors


Comments

No comments written yet.

Please login to write comment.