Color Hex Logo

#6b1cbf Color Hex

#6B1CBF
(107,28,191)
0 Favorites   0 Comments

Color spaces of #6b1cbf

RGB 10728191
HSL0.750.740.43
HSV269°85°75°
CMYK 0.440.850.00   0.25
XYZ15.88267.717949.9428
Yxy7.71790.21600.1049
Hunter Lab27.781153.4324-87.1404
CIE-Lab33.388362.5195-69.0891

#6b1cbf color RGB value is (107,28,191).

#6b1cbf hex color red value is 107, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6b1cbf hue: 0.75 , saturation: 0.74 and the lightness value of 6b1cbf is 0.43.

The process color (four color CMYK) of #6b1cbf color hex is 0.44, 0.85, 0.00, 0.25. Web safe color of #6b1cbf is #6633cc. Color #6b1cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00011100 10111111
Octal 153 34 277
Decimal 107 28 191
Hex 6B 1C BF

RGB Percentages of Color #6b1cbf

%32.82
%8.59
%58.59

CMYK Percentages of Color #6b1cbf

%44
%85
%0
%25

Triadic Colors of #6b1cbf

#6b1cbf #bf6b1c #1cbf6b

Analogous Colors of #6b1cbf

#6b1cbf #bd1cbf #1c1ebf

Monochromatic Colors of #6b1cbf

#6b1cbf

Complementary Color

#6b1cbf #70bf1c

#6b1cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b1cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b1cbf Color CSS Codes

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

#6b1cbf Text Font Color

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

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


#6b1cbf Background Color

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

This div background color is #6b1cbf


#6b1cbf Border Color

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

This div border color is #6b1cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,28,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b1cbf


Comments

No comments written yet.

Please login to write comment.