Color Hex Logo

#f370ed Color Hex

#F370ED
(243,112,237)
0 Favorites   0 Comments

Color spaces of #f370ed

RGB 243112237
HSL0.840.850.70
HSV303°54°95°
CMYK 0.000.540.02   0.05
XYZ58.042436.757584.1565
Yxy36.75750.32430.2054
Hunter Lab60.628064.7887-39.8597
CIE-Lab67.094766.0348-40.2769

#f370ed color RGB value is (243,112,237).

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

The process color (four color CMYK) of #f370ed color hex is 0.00, 0.54, 0.02, 0.05. Web safe color of #f370ed is #ff66ff. Color #f370ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110000 11101101
Octal 363 160 355
Decimal 243 112 237
Hex F3 70 ED

RGB Percentages of Color #f370ed

%41.05
%18.92
%40.03

CMYK Percentages of Color #f370ed

%0
%54
%2
%5

Triadic Colors of #f370ed

#f370ed #edf370 #70edf3

Analogous Colors of #f370ed

#f370ed #f370ac #b870f3

Monochromatic Colors of #f370ed

#f370ed

Complementary Color

#f370ed #70f376

#f370ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f370ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f370ed Color CSS Codes

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

#f370ed Text Font Color

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

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


#f370ed Background Color

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

This div background color is #f370ed


#f370ed Border Color

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

This div border color is #f370ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f370ed


Comments

No comments written yet.

Please login to write comment.