Color Hex Logo

#f315dc Color Hex

#F315DC
(243,21,220)
0 Favorites   0 Comments

Color spaces of #f315dc

RGB 24321220
HSL0.850.900.52
HSV306°91°95°
CMYK 0.000.910.09   0.05
XYZ50.148624.758369.8459
Yxy24.75830.34640.1710
Hunter Lab49.757792.8263-48.3962
CIE-Lab56.839290.0649-46.9025

#f315dc color RGB value is (243,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010101 11011100
Octal 363 25 334
Decimal 243 21 220
Hex F3 15 DC

RGB Percentages of Color #f315dc

%50.21
%4.34
%45.45

CMYK Percentages of Color #f315dc

%0
%91
%9
%5

Triadic Colors of #f315dc

#f315dc #dcf315 #15dcf3

Analogous Colors of #f315dc

#f315dc #f3156d #9b15f3

Monochromatic Colors of #f315dc

#f315dc

Complementary Color

#f315dc #15f32c

#f315dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f315dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f315dc Color CSS Codes

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

#f315dc Text Font Color

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

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


#f315dc Background Color

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

This div background color is #f315dc


#f315dc Border Color

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

This div border color is #f315dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,21,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 #f315dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f315dc


Comments

No comments written yet.

Please login to write comment.