Color Hex Logo

#f630ff Color Hex

#F630FF
(246,48,255)
0 Favorites   0 Comments

Color spaces of #f630ff

RGB 24648255
HSL0.831.000.59
HSV297°81°100°
CMYK 0.040.810.00   0.00
XYZ57.113028.926797.1810
Yxy28.92670.31170.1579
Hunter Lab53.783595.4288-69.4821
CIE-Lab60.716991.2490-60.2914

#f630ff color RGB value is (246,48,255).

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

The process color (four color CMYK) of #f630ff color hex is 0.04, 0.81, 0.00, 0.00. Web safe color of #f630ff is #ff33ff. Color #f630ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110000 11111111
Octal 366 60 377
Decimal 246 48 255
Hex F6 30 FF

RGB Percentages of Color #f630ff

%44.81
%8.74
%46.45

CMYK Percentages of Color #f630ff

%4
%81
%0
%0

Triadic Colors of #f630ff

#f630ff #fff630 #30fff6

Analogous Colors of #f630ff

#f630ff #ff30a1 #8f30ff

Monochromatic Colors of #f630ff

#f630ff

Complementary Color

#f630ff #39ff30

#f630ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f630ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f630ff Color CSS Codes

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

#f630ff Text Font Color

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

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


#f630ff Background Color

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

This div background color is #f630ff


#f630ff Border Color

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

This div border color is #f630ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f630ff


Comments

No comments written yet.

Please login to write comment.