Color Hex Logo

#f373dc Color Hex

#F373DC
(243,115,220)
0 Favorites   0 Comments

Color spaces of #f373dc

RGB 243115220
HSL0.860.840.70
HSV311°53°95°
CMYK 0.000.530.09   0.05
XYZ56.011136.483571.8000
Yxy36.48350.34090.2221
Hunter Lab60.401659.8224-28.1976
CIE-Lab66.887761.9195-31.1712

#f373dc color RGB value is (243,115,220).

#f373dc hex color red value is 243, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f373dc hue: 0.86 , saturation: 0.84 and the lightness value of f373dc is 0.70.

The process color (four color CMYK) of #f373dc color hex is 0.00, 0.53, 0.09, 0.05. Web safe color of #f373dc is #ff66cc. Color #f373dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110011 11011100
Octal 363 163 334
Decimal 243 115 220
Hex F3 73 DC

RGB Percentages of Color #f373dc

%42.04
%19.90
%38.06

CMYK Percentages of Color #f373dc

%0
%53
%9
%5

Triadic Colors of #f373dc

#f373dc #dcf373 #73dcf3

Analogous Colors of #f373dc

#f373dc #f3739c #ca73f3

Monochromatic Colors of #f373dc

#f373dc

Complementary Color

#f373dc #73f38a

#f373dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f373dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f373dc Color CSS Codes

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

#f373dc Text Font Color

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

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


#f373dc Background Color

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

This div background color is #f373dc


#f373dc Border Color

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

This div border color is #f373dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f373dc


Comments

No comments written yet.

Please login to write comment.