Color Hex Logo

#6048cf Color Hex

#6048CF
(96,72,207)
0 Favorites   0 Comments

Color spaces of #6048cf

RGB 9672207
HSL0.700.580.55
HSV251°65°81°
CMYK 0.540.650.00   0.19
XYZ18.403711.626560.3056
Yxy11.62650.20370.1287
Hunter Lab34.097736.6718-80.9928
CIE-Lab40.616245.2271-66.6322

#6048cf color RGB value is (96,72,207).

#6048cf hex color red value is 96, green value is 72 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6048cf hue: 0.70 , saturation: 0.58 and the lightness value of 6048cf is 0.55.

The process color (four color CMYK) of #6048cf color hex is 0.54, 0.65, 0.00, 0.19. Web safe color of #6048cf is #6633cc. Color #6048cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001000 11001111
Octal 140 110 317
Decimal 96 72 207
Hex 60 48 CF

RGB Percentages of Color #6048cf

%25.60
%19.20
%55.20

CMYK Percentages of Color #6048cf

%54
%65
%0
%19

Triadic Colors of #6048cf

#6048cf #cf6048 #48cf60

Analogous Colors of #6048cf

#6048cf #a448cf #4874cf

Monochromatic Colors of #6048cf

#6048cf

Complementary Color

#6048cf #b7cf48

#6048cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6048cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6048cf Color CSS Codes

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

#6048cf Text Font Color

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

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


#6048cf Background Color

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

This div background color is #6048cf


#6048cf Border Color

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

This div border color is #6048cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6048cf


Comments

No comments written yet.

Please login to write comment.