Color Hex Logo

#6b3acf Color Hex

#6B3ACF
(107,58,207)
0 Favorites   0 Comments

Color spaces of #6b3acf

RGB 10758207
HSL0.720.610.52
HSV260°72°81°
CMYK 0.480.720.00   0.19
XYZ18.838910.656960.0955
Yxy10.65690.21030.1190
Hunter Lab32.644945.8812-86.2946
CIE-Lab38.996554.4711-69.2339

#6b3acf color RGB value is (107,58,207).

#6b3acf hex color red value is 107, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6b3acf hue: 0.72 , saturation: 0.61 and the lightness value of 6b3acf is 0.52.

The process color (four color CMYK) of #6b3acf color hex is 0.48, 0.72, 0.00, 0.19. Web safe color of #6b3acf is #6633cc. Color #6b3acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00111010 11001111
Octal 153 72 317
Decimal 107 58 207
Hex 6B 3A CF

RGB Percentages of Color #6b3acf

%28.76
%15.59
%55.65

CMYK Percentages of Color #6b3acf

%48
%72
%0
%19

Triadic Colors of #6b3acf

#6b3acf #cf6b3a #3acf6b

Analogous Colors of #6b3acf

#6b3acf #b63acf #3a54cf

Monochromatic Colors of #6b3acf

#6b3acf

Complementary Color

#6b3acf #9ecf3a

#6b3acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3acf Color CSS Codes

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

#6b3acf Text Font Color

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

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


#6b3acf Background Color

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

This div background color is #6b3acf


#6b3acf Border Color

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

This div border color is #6b3acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3acf


Comments

No comments written yet.

Please login to write comment.