Color Hex Logo

#f12adf Color Hex

#F12ADF
(241,42,223)
0 Favorites   0 Comments

Color spaces of #f12adf

RGB 24142223
HSL0.850.880.55
HSV305°83°95°
CMYK 0.000.830.07   0.05
XYZ50.422925.684472.1120
Yxy25.68440.34020.1733
Hunter Lab50.679888.9056-48.8876
CIE-Lab57.736386.9333-47.2013

#f12adf color RGB value is (241,42,223).

#f12adf hex color red value is 241, green value is 42 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f12adf hue: 0.85 , saturation: 0.88 and the lightness value of f12adf is 0.55.

The process color (four color CMYK) of #f12adf color hex is 0.00, 0.83, 0.07, 0.05. Web safe color of #f12adf is #ff33cc. Color #f12adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101010 11011111
Octal 361 52 337
Decimal 241 42 223
Hex F1 2A DF

RGB Percentages of Color #f12adf

%47.63
%8.30
%44.07

CMYK Percentages of Color #f12adf

%0
%83
%7
%5

Triadic Colors of #f12adf

#f12adf #dff12a #2adff1

Analogous Colors of #f12adf

#f12adf #f12a7c #a02af1

Monochromatic Colors of #f12adf

#f12adf

Complementary Color

#f12adf #2af13c

#f12adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12adf Color CSS Codes

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

#f12adf Text Font Color

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

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


#f12adf Background Color

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

This div background color is #f12adf


#f12adf Border Color

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

This div border color is #f12adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,42,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f12adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f12adf;
  -webkit-box-shadow: 1px 1px 3px 2px #f12adf;
  box-shadow:         1px 1px 3px 2px #f12adf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,42,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12adf


Comments

No comments written yet.

Please login to write comment.