Color Hex Logo

#6506fc Color Hex

#6506FC
(101,6,252)
0 Favorites   0 Comments

Color spaces of #6506fc

RGB 1016252
HSL0.730.980.51
HSV263°98°99°
CMYK 0.600.980.00   0.01
XYZ23.00269.925292.7988
Yxy9.92520.18300.0789
Hunter Lab31.504375.1978-152.5912
CIE-Lab37.707880.0902-97.0232

#6506fc color RGB value is (101,6,252).

#6506fc hex color red value is 101, green value is 6 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6506fc hue: 0.73 , saturation: 0.98 and the lightness value of 6506fc is 0.51.

The process color (four color CMYK) of #6506fc color hex is 0.60, 0.98, 0.00, 0.01. Web safe color of #6506fc is #6600ff. Color #6506fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000110 11111100
Octal 145 6 374
Decimal 101 6 252
Hex 65 6 FC

RGB Percentages of Color #6506fc

%28.13
%1.67
%70.19

CMYK Percentages of Color #6506fc

%60
%98
%0
%1

Triadic Colors of #6506fc

#6506fc #fc6506 #06fc65

Analogous Colors of #6506fc

#6506fc #e006fc #0622fc

Monochromatic Colors of #6506fc

#6506fc

Complementary Color

#6506fc #9dfc06

#6506fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6506fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6506fc Color CSS Codes

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

#6506fc Text Font Color

<p style="color:#6506fc">Text here</p>

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


#6506fc Background Color

<div style="background-color:#6506fc">
Div content here</div>

This div background color is #6506fc


#6506fc Border Color

<div style="border:3px solid #6506fc">
Div here</div>

This div border color is #6506fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,6,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6506fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6506fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6506fc;
  box-shadow:         1px 1px 3px 2px #6506fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,6,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6506fc


Comments

No comments written yet.

Please login to write comment.