Color Hex Logo

#f812ca Color Hex

#F812CA
(248,18,202)
0 Favorites   0 Comments

Color spaces of #f812ca

RGB 24818202
HSL0.870.940.52
HSV312°93°97°
CMYK 0.000.930.19   0.03
XYZ49.588424.653358.0221
Yxy24.65330.37490.1864
Hunter Lab49.652191.3799-34.5282
CIE-Lab56.736088.9993-36.7396

#f812ca color RGB value is (248,18,202).

#f812ca hex color red value is 248, green value is 18 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f812ca hue: 0.87 , saturation: 0.94 and the lightness value of f812ca is 0.52.

The process color (four color CMYK) of #f812ca color hex is 0.00, 0.93, 0.19, 0.03. Web safe color of #f812ca is #ff00cc. Color #f812ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010010 11001010
Octal 370 22 312
Decimal 248 18 202
Hex F8 12 CA

RGB Percentages of Color #f812ca

%52.99
%3.85
%43.16

CMYK Percentages of Color #f812ca

%0
%93
%19
%3

Triadic Colors of #f812ca

#f812ca #caf812 #12caf8

Analogous Colors of #f812ca

#f812ca #f81257 #b312f8

Monochromatic Colors of #f812ca

#f812ca

Complementary Color

#f812ca #12f840

#f812ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f812ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f812ca Color CSS Codes

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

#f812ca Text Font Color

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

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


#f812ca Background Color

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

This div background color is #f812ca


#f812ca Border Color

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

This div border color is #f812ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,18,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f812ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f812ca;
  -webkit-box-shadow: 1px 1px 3px 2px #f812ca;
  box-shadow:         1px 1px 3px 2px #f812ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,18,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f812ca


Comments

No comments written yet.

Please login to write comment.