Color Hex Logo

#6048fe Color Hex

#6048FE
(96,72,254)
0 Favorites   0 Comments

Color spaces of #6048fe

RGB 9672254
HSL0.690.990.64
HSV248°72°100°
CMYK 0.620.720.00   0.00
XYZ25.030614.277395.2025
Yxy14.27730.18610.1061
Hunter Lab37.785352.1217-122.9352
CIE-Lab44.628059.1622-86.7151

#6048fe color RGB value is (96,72,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001000 11111110
Octal 140 110 376
Decimal 96 72 254
Hex 60 48 FE

RGB Percentages of Color #6048fe

%22.75
%17.06
%60.19

CMYK Percentages of Color #6048fe

%62
%72
%0
%0

Triadic Colors of #6048fe

#6048fe #fe6048 #48fe60

Analogous Colors of #6048fe

#6048fe #bb48fe #488bfe

Monochromatic Colors of #6048fe

#6048fe

Complementary Color

#6048fe #e6fe48

#6048fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6048fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6048fe Color CSS Codes

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

#6048fe Text Font Color

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

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


#6048fe Background Color

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

This div background color is #6048fe


#6048fe Border Color

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

This div border color is #6048fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6048fe

Related Colors


Comments

No comments written yet.

Please login to write comment.