Color Hex Logo

#f315cc Color Hex

#F315CC
(243,21,204)
0 Favorites   0 Comments

Color spaces of #f315cc

RGB 24321204
HSL0.860.900.52
HSV311°91°95°
CMYK 0.000.910.16   0.05
XYZ48.129423.950759.2130
Yxy23.95070.36660.1824
Hunter Lab48.939589.9014-37.4788
CIE-Lab56.038488.0193-39.0443

#f315cc color RGB value is (243,21,204).

#f315cc hex color red value is 243, green value is 21 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f315cc hue: 0.86 , saturation: 0.90 and the lightness value of f315cc is 0.52.

The process color (four color CMYK) of #f315cc color hex is 0.00, 0.91, 0.16, 0.05. Web safe color of #f315cc is #ff00cc. Color #f315cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010101 11001100
Octal 363 25 314
Decimal 243 21 204
Hex F3 15 CC

RGB Percentages of Color #f315cc

%51.92
%4.49
%43.59

CMYK Percentages of Color #f315cc

%0
%91
%16
%5

Triadic Colors of #f315cc

#f315cc #ccf315 #15ccf3

Analogous Colors of #f315cc

#f315cc #f3155d #ab15f3

Monochromatic Colors of #f315cc

#f315cc

Complementary Color

#f315cc #15f33c

#f315cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f315cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f315cc Color CSS Codes

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

#f315cc Text Font Color

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

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


#f315cc Background Color

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

This div background color is #f315cc


#f315cc Border Color

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

This div border color is #f315cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,21,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f315cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f315cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f315cc;
  box-shadow:         1px 1px 3px 2px #f315cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,21,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f315cc


Comments

No comments written yet.

Please login to write comment.