Color Hex Logo

#6f48bc Color Hex

#6F48BC
(111,72,188)
0 Favorites   0 Comments

Color spaces of #6f48bc

RGB 11172188
HSL0.720.460.51
HSV260°62°74°
CMYK 0.410.620.00   0.26
XYZ17.950011.645148.8786
Yxy11.64510.22870.1484
Hunter Lab34.124934.1739-61.0362
CIE-Lab40.646442.7002-55.4717

#6f48bc color RGB value is (111,72,188).

#6f48bc hex color red value is 111, green value is 72 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6f48bc hue: 0.72 , saturation: 0.46 and the lightness value of 6f48bc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01001000 10111100
Octal 157 110 274
Decimal 111 72 188
Hex 6F 48 BC

RGB Percentages of Color #6f48bc

%29.92
%19.41
%50.67

CMYK Percentages of Color #6f48bc

%41
%62
%0
%26

Triadic Colors of #6f48bc

#6f48bc #bc6f48 #48bc6f

Analogous Colors of #6f48bc

#6f48bc #a948bc #485bbc

Monochromatic Colors of #6f48bc

#6f48bc

Complementary Color

#6f48bc #95bc48

#6f48bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f48bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f48bc Color CSS Codes

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

#6f48bc Text Font Color

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

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


#6f48bc Background Color

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

This div background color is #6f48bc


#6f48bc Border Color

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

This div border color is #6f48bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f48bc


Comments

No comments written yet.

Please login to write comment.