Color Hex Logo

#6b3cfe Color Hex

#6B3CFE
(107,60,254)
0 Favorites   0 Comments

Color spaces of #6b3cfe

RGB 10760254
HSL0.710.990.62
HSV255°76°100°
CMYK 0.580.760.00   0.00
XYZ25.568713.513395.0266
Yxy13.51330.19070.1008
Hunter Lab36.760459.8248-127.5337
CIE-Lab43.526766.1896-88.4961

#6b3cfe color RGB value is (107,60,254).

#6b3cfe hex color red value is 107, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6b3cfe hue: 0.71 , saturation: 0.99 and the lightness value of 6b3cfe is 0.62.

The process color (four color CMYK) of #6b3cfe color hex is 0.58, 0.76, 0.00, 0.00. Web safe color of #6b3cfe is #6633ff. Color #6b3cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00111100 11111110
Octal 153 74 376
Decimal 107 60 254
Hex 6B 3C FE

RGB Percentages of Color #6b3cfe

%25.42
%14.25
%60.33

CMYK Percentages of Color #6b3cfe

%58
%76
%0
%0

Triadic Colors of #6b3cfe

#6b3cfe #fe6b3c #3cfe6b

Analogous Colors of #6b3cfe

#6b3cfe #cc3cfe #3c6efe

Monochromatic Colors of #6b3cfe

#6b3cfe

Complementary Color

#6b3cfe #cffe3c

#6b3cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3cfe Color CSS Codes

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

#6b3cfe Text Font Color

<p style="color:#6b3cfe">Text here</p>

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


#6b3cfe Background Color

<div style="background-color:#6b3cfe">
Div content here</div>

This div background color is #6b3cfe


#6b3cfe Border Color

<div style="border:3px solid #6b3cfe">
Div here</div>

This div border color is #6b3cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,60,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b3cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b3cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #6b3cfe;
  box-shadow:         1px 1px 3px 2px #6b3cfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,60,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 #6b3cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.