Color Hex Logo

#f311ef Color Hex

#F311EF
(243,17,239)
0 Favorites   0 Comments

Color spaces of #f311ef

RGB 24317239
HSL0.840.900.51
HSV301°93°95°
CMYK 0.000.930.02   0.05
XYZ52.742625.687683.8397
Yxy25.68760.32500.1583
Hunter Lab50.682997.0588-62.5994
CIE-Lab57.739393.0343-56.1762

#f311ef color RGB value is (243,17,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010001 11101111
Octal 363 21 357
Decimal 243 17 239
Hex F3 11 EF

RGB Percentages of Color #f311ef

%48.70
%3.41
%47.90

CMYK Percentages of Color #f311ef

%0
%93
%2
%5

Triadic Colors of #f311ef

#f311ef #eff311 #11eff3

Analogous Colors of #f311ef

#f311ef #f3117e #8611f3

Monochromatic Colors of #f311ef

#f311ef

Complementary Color

#f311ef #11f315

#f311ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f311ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f311ef Color CSS Codes

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

#f311ef Text Font Color

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

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


#f311ef Background Color

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

This div background color is #f311ef


#f311ef Border Color

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

This div border color is #f311ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f311ef


Comments

No comments written yet.

Please login to write comment.