Color Hex Logo

#6048fa Color Hex

#6048FA
(96,72,250)
0 Favorites   0 Comments

Color spaces of #6048fa

RGB 9672250
HSL0.690.950.63
HSV248°71°98°
CMYK 0.620.710.00   0.02
XYZ24.396614.023791.8635
Yxy14.02370.18730.1076
Hunter Lab37.448250.7539-119.2293
CIE-Lab44.266957.9897-85.0752

#6048fa color RGB value is (96,72,250).

#6048fa hex color red value is 96, green value is 72 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6048fa hue: 0.69 , saturation: 0.95 and the lightness value of 6048fa is 0.63.

The process color (four color CMYK) of #6048fa color hex is 0.62, 0.71, 0.00, 0.02. Web safe color of #6048fa is #6633ff. Color #6048fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001000 11111010
Octal 140 110 372
Decimal 96 72 250
Hex 60 48 FA

RGB Percentages of Color #6048fa

%22.97
%17.22
%59.81

CMYK Percentages of Color #6048fa

%62
%71
%0
%2

Triadic Colors of #6048fa

#6048fa #fa6048 #48fa60

Analogous Colors of #6048fa

#6048fa #b948fa #4889fa

Monochromatic Colors of #6048fa

#6048fa

Complementary Color

#6048fa #e2fa48

#6048fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6048fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6048fa Color CSS Codes

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

#6048fa Text Font Color

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

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


#6048fa Background Color

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

This div background color is #6048fa


#6048fa Border Color

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

This div border color is #6048fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,72,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6048fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6048fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6048fa;
  box-shadow:         1px 1px 3px 2px #6048fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,72,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6048fa


Comments

No comments written yet.

Please login to write comment.