Color Hex Logo

#f834ff Color Hex

#F834FF
(248,52,255)
0 Favorites   0 Comments

Color spaces of #f834ff

RGB 24852255
HSL0.831.000.60
HSV298°80°100°
CMYK 0.030.800.00   0.00
XYZ57.989429.632497.2710
Yxy29.63240.31360.1603
Hunter Lab54.435794.8907-67.8403
CIE-Lab61.335790.7287-59.2839

#f834ff color RGB value is (248,52,255).

#f834ff hex color red value is 248, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f834ff hue: 0.83 , saturation: 1.00 and the lightness value of f834ff is 0.60.

The process color (four color CMYK) of #f834ff color hex is 0.03, 0.80, 0.00, 0.00. Web safe color of #f834ff is #ff33ff. Color #f834ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110100 11111111
Octal 370 64 377
Decimal 248 52 255
Hex F8 34 FF

RGB Percentages of Color #f834ff

%44.68
%9.37
%45.95

CMYK Percentages of Color #f834ff

%3
%80
%0
%0

Triadic Colors of #f834ff

#f834ff #fff834 #34fff8

Analogous Colors of #f834ff

#f834ff #ff34a1 #9334ff

Monochromatic Colors of #f834ff

#f834ff

Complementary Color

#f834ff #3bff34

#f834ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f834ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f834ff Color CSS Codes

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

#f834ff Text Font Color

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

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


#f834ff Background Color

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

This div background color is #f834ff


#f834ff Border Color

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

This div border color is #f834ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,52,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f834ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f834ff;
  -webkit-box-shadow: 1px 1px 3px 2px #f834ff;
  box-shadow:         1px 1px 3px 2px #f834ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,52,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f834ff

Related Colors


Comments

No comments written yet.

Please login to write comment.