Color Hex Logo

#6752fa Color Hex

#6752FA
(103,82,250)
0 Favorites   0 Comments

Color spaces of #6752fa

RGB 10382250
HSL0.690.940.65
HSV248°67°98°
CMYK 0.590.670.00   0.02
XYZ25.866115.820392.1328
Yxy15.82030.19330.1182
Hunter Lab39.774746.4754-109.4949
CIE-Lab46.737853.5951-80.9995

#6752fa color RGB value is (103,82,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010010 11111010
Octal 147 122 372
Decimal 103 82 250
Hex 67 52 FA

RGB Percentages of Color #6752fa

%23.68
%18.85
%57.47

CMYK Percentages of Color #6752fa

%59
%67
%0
%2

Triadic Colors of #6752fa

#6752fa #fa6752 #52fa67

Analogous Colors of #6752fa

#6752fa #bb52fa #5291fa

Monochromatic Colors of #6752fa

#6752fa

Complementary Color

#6752fa #e5fa52

#6752fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6752fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6752fa Color CSS Codes

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

#6752fa Text Font Color

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

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


#6752fa Background Color

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

This div background color is #6752fa


#6752fa Border Color

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

This div border color is #6752fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6752fa


Comments

No comments written yet.

Please login to write comment.