Color Hex Logo

#f370dc Color Hex

#F370DC
(243,112,220)
0 Favorites   0 Comments

Color spaces of #f370dc

RGB 243112220
HSL0.860.850.70
HSV311°54°95°
CMYK 0.000.540.09   0.05
XYZ55.674635.810371.6879
Yxy35.81030.34120.2195
Hunter Lab59.841761.3471-29.1378
CIE-Lab66.374763.2895-31.9650

#f370dc color RGB value is (243,112,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110000 11011100
Octal 363 160 334
Decimal 243 112 220
Hex F3 70 DC

RGB Percentages of Color #f370dc

%42.26
%19.48
%38.26

CMYK Percentages of Color #f370dc

%0
%54
%9
%5

Triadic Colors of #f370dc

#f370dc #dcf370 #70dcf3

Analogous Colors of #f370dc

#f370dc #f3709b #c970f3

Monochromatic Colors of #f370dc

#f370dc

Complementary Color

#f370dc #70f387

#f370dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f370dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f370dc Color CSS Codes

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

#f370dc Text Font Color

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

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


#f370dc Background Color

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

This div background color is #f370dc


#f370dc Border Color

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

This div border color is #f370dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f370dc


Comments

No comments written yet.

Please login to write comment.