Color Hex Logo

#f12ddc Color Hex

#F12DDC
(241,45,220)
0 Favorites   0 Comments

Color spaces of #f12ddc

RGB 24145220
HSL0.850.880.56
HSV306°81°95°
CMYK 0.000.810.09   0.05
XYZ50.132325.744970.0371
Yxy25.74490.34360.1764
Hunter Lab50.739487.5701-46.3221
CIE-Lab57.794185.9049-45.4132

#f12ddc color RGB value is (241,45,220).

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

The process color (four color CMYK) of #f12ddc color hex is 0.00, 0.81, 0.09, 0.05. Web safe color of #f12ddc is #ff33cc. Color #f12ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101101 11011100
Octal 361 55 334
Decimal 241 45 220
Hex F1 2D DC

RGB Percentages of Color #f12ddc

%47.63
%8.89
%43.48

CMYK Percentages of Color #f12ddc

%0
%81
%9
%5

Triadic Colors of #f12ddc

#f12ddc #dcf12d #2ddcf1

Analogous Colors of #f12ddc

#f12ddc #f12d7a #a42df1

Monochromatic Colors of #f12ddc

#f12ddc

Complementary Color

#f12ddc #2df142

#f12ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12ddc Color CSS Codes

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

#f12ddc Text Font Color

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

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


#f12ddc Background Color

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

This div background color is #f12ddc


#f12ddc Border Color

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

This div border color is #f12ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12ddc


Comments

No comments written yet.

Please login to write comment.