Color Hex Logo

#f319b5 Color Hex

#F319B5
(243,25,181)
0 Favorites   0 Comments

Color spaces of #f319b5

RGB 24325181
HSL0.880.900.53
HSV317°90°95°
CMYK 0.000.900.26   0.05
XYZ45.650323.086145.7661
Yxy23.08610.39870.2016
Hunter Lab48.048085.5085-22.8406
CIE-Lab55.160984.8380-27.1247

#f319b5 color RGB value is (243,25,181).

#f319b5 hex color red value is 243, green value is 25 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #f319b5 hue: 0.88 , saturation: 0.90 and the lightness value of f319b5 is 0.53.

The process color (four color CMYK) of #f319b5 color hex is 0.00, 0.90, 0.26, 0.05. Web safe color of #f319b5 is #ff00cc. Color #f319b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011001 10110101
Octal 363 31 265
Decimal 243 25 181
Hex F3 19 B5

RGB Percentages of Color #f319b5

%54.12
%5.57
%40.31

CMYK Percentages of Color #f319b5

%0
%90
%26
%5

Triadic Colors of #f319b5

#f319b5 #b5f319 #19b5f3

Analogous Colors of #f319b5

#f319b5 #f31948 #c419f3

Monochromatic Colors of #f319b5

#f319b5

Complementary Color

#f319b5 #19f357

#f319b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f319b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f319b5 Color CSS Codes

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

#f319b5 Text Font Color

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

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


#f319b5 Background Color

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

This div background color is #f319b5


#f319b5 Border Color

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

This div border color is #f319b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f319b5


Comments

No comments written yet.

Please login to write comment.