Color Hex Logo

#f12ada Color Hex

#F12ADA
(241,42,218)
0 Favorites   0 Comments

Color spaces of #f12ada

RGB 24142218
HSL0.850.880.55
HSV307°83°95°
CMYK 0.000.830.10   0.05
XYZ49.758525.418768.6134
Yxy25.41870.34600.1768
Hunter Lab50.417087.9391-45.3970
CIE-Lab57.481186.2474-44.7750

#f12ada color RGB value is (241,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101010 11011010
Octal 361 52 332
Decimal 241 42 218
Hex F1 2A DA

RGB Percentages of Color #f12ada

%48.10
%8.38
%43.51

CMYK Percentages of Color #f12ada

%0
%83
%10
%5

Triadic Colors of #f12ada

#f12ada #daf12a #2adaf1

Analogous Colors of #f12ada

#f12ada #f12a77 #a52af1

Monochromatic Colors of #f12ada

#f12ada

Complementary Color

#f12ada #2af141

#f12ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12ada Color CSS Codes

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

#f12ada Text Font Color

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

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


#f12ada Background Color

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

This div background color is #f12ada


#f12ada Border Color

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

This div border color is #f12ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12ada


Comments

No comments written yet.

Please login to write comment.