Color Hex Logo

#6f5abd Color Hex

#6F5ABD
(111,90,189)
0 Favorites   0 Comments

Color spaces of #6f5abd

RGB 11190189
HSL0.700.430.55
HSV253°52°74°
CMYK 0.410.520.00   0.26
XYZ19.397014.366049.8947
Yxy14.36600.23190.1717
Hunter Lab37.902525.0198-51.5174
CIE-Lab44.753332.5081-49.4448

#6f5abd color RGB value is (111,90,189).

#6f5abd hex color red value is 111, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6f5abd hue: 0.70 , saturation: 0.43 and the lightness value of 6f5abd is 0.55.

The process color (four color CMYK) of #6f5abd color hex is 0.41, 0.52, 0.00, 0.26. Web safe color of #6f5abd is #6666cc. Color #6f5abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01011010 10111101
Octal 157 132 275
Decimal 111 90 189
Hex 6F 5A BD

RGB Percentages of Color #6f5abd

%28.46
%23.08
%48.46

CMYK Percentages of Color #6f5abd

%41
%52
%0
%26

Triadic Colors of #6f5abd

#6f5abd #bd6f5a #5abd6f

Analogous Colors of #6f5abd

#6f5abd #a15abd #5a77bd

Monochromatic Colors of #6f5abd

#6f5abd

Complementary Color

#6f5abd #a8bd5a

#6f5abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5abd Color CSS Codes

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

#6f5abd Text Font Color

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

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


#6f5abd Background Color

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

This div background color is #6f5abd


#6f5abd Border Color

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

This div border color is #6f5abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5abd


Comments

No comments written yet.

Please login to write comment.