Color Hex Logo

#f303dc Color Hex

#F303DC
(243,3,220)
0 Favorites   0 Comments

Color spaces of #f303dc

RGB 2433220
HSL0.850.980.48
HSV306°99°95°
CMYK 0.000.990.09   0.05
XYZ49.913024.287169.7673
Yxy24.28710.34670.1687
Hunter Lab49.281994.5423-49.4381
CIE-Lab56.374191.4357-47.6396

#f303dc color RGB value is (243,3,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000011 11011100
Octal 363 3 334
Decimal 243 3 220
Hex F3 3 DC

RGB Percentages of Color #f303dc

%52.15
%0.64
%47.21

CMYK Percentages of Color #f303dc

%0
%99
%9
%5

Triadic Colors of #f303dc

#f303dc #dcf303 #03dcf3

Analogous Colors of #f303dc

#f303dc #f30364 #9203f3

Monochromatic Colors of #f303dc

#f303dc

Complementary Color

#f303dc #03f31a

#f303dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f303dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f303dc Color CSS Codes

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

#f303dc Text Font Color

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

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


#f303dc Background Color

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

This div background color is #f303dc


#f303dc Border Color

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

This div border color is #f303dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f303dc


Comments

No comments written yet.

Please login to write comment.