Color Hex Logo

#f313dc Color Hex

#F313DC
(243,19,220)
0 Favorites   0 Comments

Color spaces of #f313dc

RGB 24319220
HSL0.850.900.51
HSV306°92°95°
CMYK 0.000.920.09   0.05
XYZ50.113324.687769.8341
Yxy24.68770.34650.1707
Hunter Lab49.686793.0807-48.5507
CIE-Lab56.769990.2688-47.0122

#f313dc color RGB value is (243,19,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010011 11011100
Octal 363 23 334
Decimal 243 19 220
Hex F3 13 DC

RGB Percentages of Color #f313dc

%50.41
%3.94
%45.64

CMYK Percentages of Color #f313dc

%0
%92
%9
%5

Triadic Colors of #f313dc

#f313dc #dcf313 #13dcf3

Analogous Colors of #f313dc

#f313dc #f3136c #9a13f3

Monochromatic Colors of #f313dc

#f313dc

Complementary Color

#f313dc #13f32a

#f313dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f313dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f313dc Color CSS Codes

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

#f313dc Text Font Color

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

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


#f313dc Background Color

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

This div background color is #f313dc


#f313dc Border Color

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

This div border color is #f313dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f313dc


Comments

No comments written yet.

Please login to write comment.