Color Hex Logo

#6152fa Color Hex

#6152FA
(97,82,250)
0 Favorites   0 Comments

Color spaces of #6152fa

RGB 9782250
HSL0.680.940.65
HSV245°67°98°
CMYK 0.610.670.00   0.02
XYZ25.202415.478192.1017
Yxy15.47810.18980.1166
Hunter Lab39.342245.4972-111.2607
CIE-Lab46.282252.7637-81.7638

#6152fa color RGB value is (97,82,250).

#6152fa hex color red value is 97, green value is 82 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6152fa hue: 0.68 , saturation: 0.94 and the lightness value of 6152fa is 0.65.

The process color (four color CMYK) of #6152fa color hex is 0.61, 0.67, 0.00, 0.02. Web safe color of #6152fa is #6666ff. Color #6152fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 11111010
Octal 141 122 372
Decimal 97 82 250
Hex 61 52 FA

RGB Percentages of Color #6152fa

%22.61
%19.11
%58.28

CMYK Percentages of Color #6152fa

%61
%67
%0
%2

Triadic Colors of #6152fa

#6152fa #fa6152 #52fa61

Analogous Colors of #6152fa

#6152fa #b552fa #5297fa

Monochromatic Colors of #6152fa

#6152fa

Complementary Color

#6152fa #ebfa52

#6152fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6152fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6152fa Color CSS Codes

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

#6152fa Text Font Color

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

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


#6152fa Background Color

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

This div background color is #6152fa


#6152fa Border Color

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

This div border color is #6152fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,82,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 #6152fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6152fa


Comments

No comments written yet.

Please login to write comment.