Color Hex Logo

#f372dc Color Hex

#F372DC
(243,114,220)
0 Favorites   0 Comments

Color spaces of #f372dc

RGB 243114220
HSL0.860.840.70
HSV311°53°95°
CMYK 0.000.530.09   0.05
XYZ55.897736.256671.7622
Yxy36.25660.34100.2212
Hunter Lab60.213560.3326-28.5122
CIE-Lab66.715562.3787-31.4375

#f372dc color RGB value is (243,114,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110010 11011100
Octal 363 162 334
Decimal 243 114 220
Hex F3 72 DC

RGB Percentages of Color #f372dc

%42.11
%19.76
%38.13

CMYK Percentages of Color #f372dc

%0
%53
%9
%5

Triadic Colors of #f372dc

#f372dc #dcf372 #72dcf3

Analogous Colors of #f372dc

#f372dc #f3729c #ca72f3

Monochromatic Colors of #f372dc

#f372dc

Complementary Color

#f372dc #72f389

#f372dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f372dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f372dc Color CSS Codes

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

#f372dc Text Font Color

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

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


#f372dc Background Color

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

This div background color is #f372dc


#f372dc Border Color

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

This div border color is #f372dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f372dc


Comments

No comments written yet.

Please login to write comment.