Color Hex Logo

#f505ef Color Hex

#F505EF
(245,5,239)
0 Favorites   0 Comments

Color spaces of #f505ef

RGB 2455239
HSL0.840.960.49
HSV302°98°96°
CMYK 0.000.980.02   0.04
XYZ53.290425.753083.8235
Yxy25.75300.32720.1581
Hunter Lab50.747498.6368-62.4108
CIE-Lab57.801994.1824-56.0566

#f505ef color RGB value is (245,5,239).

#f505ef hex color red value is 245, green value is 5 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f505ef hue: 0.84 , saturation: 0.96 and the lightness value of f505ef is 0.49.

The process color (four color CMYK) of #f505ef color hex is 0.00, 0.98, 0.02, 0.04. Web safe color of #f505ef is #ff00ff. Color #f505ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000101 11101111
Octal 365 5 357
Decimal 245 5 239
Hex F5 5 EF

RGB Percentages of Color #f505ef

%50.10
%1.02
%48.88

CMYK Percentages of Color #f505ef

%0
%98
%2
%4

Triadic Colors of #f505ef

#f505ef #eff505 #05eff5

Analogous Colors of #f505ef

#f505ef #f50577 #8305f5

Monochromatic Colors of #f505ef

#f505ef

Complementary Color

#f505ef #05f50b

#f505ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f505ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f505ef Color CSS Codes

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

#f505ef Text Font Color

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

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


#f505ef Background Color

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

This div background color is #f505ef


#f505ef Border Color

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

This div border color is #f505ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f505ef


Comments

No comments written yet.

Please login to write comment.