color codes Logo

#f01cad color codes

#F01CAD
(240,28,173)
0 Favorites   0 Comments

Color spaces of #f01cad

RGB 24028173
HSL0.890.880.53
HSV319°88°94°
CMYK 0.000.880.28   0.06
XYZ43.893322.372941.5401
Yxy22.37290.40710.2075
Hunter Lab47.300082.8688-18.9600
CIE-Lab54.420482.9403-23.6404

#f01cad color RGB value is (240,28,173).

#f01cad hex color red value is 240, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f01cad hue: 0.89 , saturation: 0.88 and the lightness value of f01cad is 0.53.

The process color (four color CMYK) of #f01cad color code is 0.00, 0.88, 0.28, 0.06. Web safe color of #f01cad is #ff3399. Color #f01cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011100 10101101
Octal 360 34 255
Decimal 240 28 173
Hex F0 1C AD

RGB Percentages of Color #f01cad

%54.42
%6.35
%39.23

CMYK Percentages of Color #f01cad

%0
%88
%28
%6

Triadic Colors of #f01cad

#f01cad #adf01c #1cadf0

Analogous Colors of #f01cad

#f01cad #f01c43 #c91cf0

Monochromatic Colors of #f01cad

#f01cad

Complementary Color

#f01cad #1cf05f

#f01cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01cad Color CSS Codes

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

#f01cad Text Font Color

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

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


#f01cad Background Color

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

This div background color is #f01cad


#f01cad Border Color

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

This div border color is #f01cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01cad


Comments

No comments written yet.

Please login to write comment.