Color Hex Logo

#6f37cb Color Hex

#6F37CB
(111,55,203)
0 Favorites   0 Comments

Color spaces of #6f37cb

RGB 11155203
HSL0.730.590.51
HSV263°73°80°
CMYK 0.450.730.00   0.20
XYZ18.701210.423757.5262
Yxy10.42370.21580.1203
Hunter Lab32.285846.8943-83.0419
CIE-Lab38.592455.5010-67.5585

#6f37cb color RGB value is (111,55,203).

#6f37cb hex color red value is 111, green value is 55 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6f37cb hue: 0.73 , saturation: 0.59 and the lightness value of 6f37cb is 0.51.

The process color (four color CMYK) of #6f37cb color hex is 0.45, 0.73, 0.00, 0.20. Web safe color of #6f37cb is #6633cc. Color #6f37cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110111 11001011
Octal 157 67 313
Decimal 111 55 203
Hex 6F 37 CB

RGB Percentages of Color #6f37cb

%30.08
%14.91
%55.01

CMYK Percentages of Color #6f37cb

%45
%73
%0
%20

Triadic Colors of #6f37cb

#6f37cb #cb6f37 #37cb6f

Analogous Colors of #6f37cb

#6f37cb #b937cb #3749cb

Monochromatic Colors of #6f37cb

#6f37cb

Complementary Color

#6f37cb #93cb37

#6f37cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f37cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f37cb Color CSS Codes

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

#6f37cb Text Font Color

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

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


#6f37cb Background Color

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

This div background color is #6f37cb


#6f37cb Border Color

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

This div border color is #6f37cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,55,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f37cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f37cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6f37cb;
  box-shadow:         1px 1px 3px 2px #6f37cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,55,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f37cb


Comments

No comments written yet.

Please login to write comment.