Color Hex Logo

#6f52db Color Hex

#6F52DB
(111,82,219)
0 Favorites   0 Comments

Color spaces of #6f52db

RGB 11182219
HSL0.700.660.59
HSV253°63°86°
CMYK 0.490.630.00   0.14
XYZ22.359014.528668.6437
Yxy14.52860.21190.1377
Hunter Lab38.116438.0040-80.0937
CIE-Lab44.981745.8040-66.3511

#6f52db color RGB value is (111,82,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010010 11011011
Octal 157 122 333
Decimal 111 82 219
Hex 6F 52 DB

RGB Percentages of Color #6f52db

%26.94
%19.90
%53.16

CMYK Percentages of Color #6f52db

%49
%63
%0
%14

Triadic Colors of #6f52db

#6f52db #db6f52 #52db6f

Analogous Colors of #6f52db

#6f52db #b452db #527adb

Monochromatic Colors of #6f52db

#6f52db

Complementary Color

#6f52db #bedb52

#6f52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f52db Color CSS Codes

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

#6f52db Text Font Color

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

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


#6f52db Background Color

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

This div background color is #6f52db


#6f52db Border Color

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

This div border color is #6f52db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f52db


Comments

No comments written yet.

Please login to write comment.