Color Hex Logo

#6f56dc Color Hex

#6F56DC
(111,86,220)
0 Favorites   0 Comments

Color spaces of #6f56dc

RGB 11186220
HSL0.700.660.60
HSV251°61°86°
CMYK 0.500.610.00   0.14
XYZ22.801615.202469.4427
Yxy15.20240.21220.1415
Hunter Lab38.990336.1543-78.3039
CIE-Lab45.910243.8251-65.4130

#6f56dc color RGB value is (111,86,220).

#6f56dc hex color red value is 111, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6f56dc hue: 0.70 , saturation: 0.66 and the lightness value of 6f56dc is 0.60.

The process color (four color CMYK) of #6f56dc color hex is 0.50, 0.61, 0.00, 0.14. Web safe color of #6f56dc is #6666cc. Color #6f56dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010110 11011100
Octal 157 126 334
Decimal 111 86 220
Hex 6F 56 DC

RGB Percentages of Color #6f56dc

%26.62
%20.62
%52.76

CMYK Percentages of Color #6f56dc

%50
%61
%0
%14

Triadic Colors of #6f56dc

#6f56dc #dc6f56 #56dc6f

Analogous Colors of #6f56dc

#6f56dc #b256dc #5680dc

Monochromatic Colors of #6f56dc

#6f56dc

Complementary Color

#6f56dc #c3dc56

#6f56dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f56dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f56dc Color CSS Codes

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

#6f56dc Text Font Color

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

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


#6f56dc Background Color

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

This div background color is #6f56dc


#6f56dc Border Color

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

This div border color is #6f56dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f56dc


Comments

No comments written yet.

Please login to write comment.