Color Hex Logo

#f372ce Color Hex

#F372CE
(243,114,206)
0 Favorites   0 Comments

Color spaces of #f372ce

RGB 243114206
HSL0.880.840.70
HSV317°53°95°
CMYK 0.000.530.15   0.05
XYZ54.120035.545562.4011
Yxy35.54550.35590.2337
Hunter Lab59.620057.6980-20.3216
CIE-Lab66.171260.2362-24.4527

#f372ce color RGB value is (243,114,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110010 11001110
Octal 363 162 316
Decimal 243 114 206
Hex F3 72 CE

RGB Percentages of Color #f372ce

%43.16
%20.25
%36.59

CMYK Percentages of Color #f372ce

%0
%53
%15
%5

Triadic Colors of #f372ce

#f372ce #cef372 #72cef3

Analogous Colors of #f372ce

#f372ce #f3728e #d872f3

Monochromatic Colors of #f372ce

#f372ce

Complementary Color

#f372ce #72f397

#f372ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f372ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f372ce Color CSS Codes

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

#f372ce Text Font Color

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

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


#f372ce Background Color

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

This div background color is #f372ce


#f372ce Border Color

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

This div border color is #f372ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,114,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f372ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f372ce


Comments

No comments written yet.

Please login to write comment.