Color Hex Logo

#6f34ba Color Hex

#6F34BA
(111,52,186)
0 Favorites   0 Comments

Color spaces of #6f34ba

RGB 11152186
HSL0.740.560.47
HSV266°72°73°
CMYK 0.400.720.00   0.27
XYZ16.64659.380747.3877
Yxy9.38070.22670.1278
Hunter Lab30.627943.4172-70.2943
CIE-Lab36.707252.5605-60.6904

#6f34ba color RGB value is (111,52,186).

#6f34ba hex color red value is 111, green value is 52 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6f34ba hue: 0.74 , saturation: 0.56 and the lightness value of 6f34ba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110100 10111010
Octal 157 64 272
Decimal 111 52 186
Hex 6F 34 BA

RGB Percentages of Color #6f34ba

%31.81
%14.90
%53.30

CMYK Percentages of Color #6f34ba

%40
%72
%0
%27

Triadic Colors of #6f34ba

#6f34ba #ba6f34 #34ba6f

Analogous Colors of #6f34ba

#6f34ba #b234ba #343cba

Monochromatic Colors of #6f34ba

#6f34ba

Complementary Color

#6f34ba #7fba34

#6f34ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f34ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f34ba Color CSS Codes

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

#6f34ba Text Font Color

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

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


#6f34ba Background Color

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

This div background color is #6f34ba


#6f34ba Border Color

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

This div border color is #6f34ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f34ba


Comments

No comments written yet.

Please login to write comment.