Color Hex Logo

#f317ed Color Hex

#F317ED
(243,23,237)
0 Favorites   0 Comments

Color spaces of #f317ed

RGB 24323237
HSL0.840.900.52
HSV302°91°95°
CMYK 0.000.910.02   0.05
XYZ52.554625.781982.3272
Yxy25.78190.32710.1605
Hunter Lab50.775995.8952-60.5887
CIE-Lab57.829492.1571-54.9118

#f317ed color RGB value is (243,23,237).

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

The process color (four color CMYK) of #f317ed color hex is 0.00, 0.91, 0.02, 0.05. Web safe color of #f317ed is #ff00ff. Color #f317ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010111 11101101
Octal 363 27 355
Decimal 243 23 237
Hex F3 17 ED

RGB Percentages of Color #f317ed

%48.31
%4.57
%47.12

CMYK Percentages of Color #f317ed

%0
%91
%2
%5

Triadic Colors of #f317ed

#f317ed #edf317 #17edf3

Analogous Colors of #f317ed

#f317ed #f3177f #8b17f3

Monochromatic Colors of #f317ed

#f317ed

Complementary Color

#f317ed #17f31d

#f317ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f317ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f317ed Color CSS Codes

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

#f317ed Text Font Color

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

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


#f317ed Background Color

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

This div background color is #f317ed


#f317ed Border Color

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

This div border color is #f317ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f317ed


Comments

No comments written yet.

Please login to write comment.