Color Hex Logo

#6f3dba Color Hex

#6F3DBA
(111,61,186)
0 Favorites   0 Comments

Color spaces of #6f3dba

RGB 11161186
HSL0.730.510.48
HSV264°67°73°
CMYK 0.400.670.00   0.27
XYZ17.087210.262247.5346
Yxy10.26220.22820.1370
Hunter Lab32.034739.1507-65.5531
CIE-Lab38.309048.1035-58.0852

#6f3dba color RGB value is (111,61,186).

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

The process color (four color CMYK) of #6f3dba color hex is 0.40, 0.67, 0.00, 0.27. Web safe color of #6f3dba is #6633cc. Color #6f3dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111101 10111010
Octal 157 75 272
Decimal 111 61 186
Hex 6F 3D BA

RGB Percentages of Color #6f3dba

%31.01
%17.04
%51.96

CMYK Percentages of Color #6f3dba

%40
%67
%0
%27

Triadic Colors of #6f3dba

#6f3dba #ba6f3d #3dba6f

Analogous Colors of #6f3dba

#6f3dba #ae3dba #3d4aba

Monochromatic Colors of #6f3dba

#6f3dba

Complementary Color

#6f3dba #88ba3d

#6f3dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3dba Color CSS Codes

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

#6f3dba Text Font Color

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

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


#6f3dba Background Color

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

This div background color is #6f3dba


#6f3dba Border Color

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

This div border color is #6f3dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3dba


Comments

No comments written yet.

Please login to write comment.