Color Hex Logo

#f01774 Color Hex

#F01774
(240,23,116)
0 Favorites   0 Comments

Color spaces of #f01774

RGB 24023116
HSL0.930.880.52
HSV334°90°94°
CMYK 0.000.900.52   0.06
XYZ39.394020.399018.3841
Yxy20.39900.50390.2609
Hunter Lab45.165376.65197.4822
CIE-Lab52.285478.45917.1922

#f01774 color RGB value is (240,23,116).

#f01774 hex color red value is 240, green value is 23 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f01774 hue: 0.93 , saturation: 0.88 and the lightness value of f01774 is 0.52.

The process color (four color CMYK) of #f01774 color hex is 0.00, 0.90, 0.52, 0.06. Web safe color of #f01774 is #ff0066. Color #f01774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010111 01110100
Octal 360 27 164
Decimal 240 23 116
Hex F0 17 74

RGB Percentages of Color #f01774

%63.32
%6.07
%30.61

CMYK Percentages of Color #f01774

%0
%90
%52
%6

Triadic Colors of #f01774

#f01774 #74f017 #1774f0

Analogous Colors of #f01774

#f01774 #f02717 #f017e1

Monochromatic Colors of #f01774

#f01774

Complementary Color

#f01774 #17f093

#f01774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01774 Color CSS Codes

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

#f01774 Text Font Color

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

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


#f01774 Background Color

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

This div background color is #f01774


#f01774 Border Color

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

This div border color is #f01774


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,23,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f01774; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f01774;
  -webkit-box-shadow: 1px 1px 3px 2px #f01774;
  box-shadow:         1px 1px 3px 2px #f01774; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,23,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01774


Comments

No comments written yet.

Please login to write comment.