Color Hex Logo

#6f35db Color Hex

#6F35DB
(111,53,219)
0 Favorites   0 Comments

Color spaces of #6f35db

RGB 11153219
HSL0.720.700.53
HSV261°76°86°
CMYK 0.490.760.00   0.14
XYZ20.614811.040268.0623
Yxy11.04020.20670.1107
Hunter Lab33.226852.5993-98.1918
CIE-Lab39.648160.5493-75.0613

#6f35db color RGB value is (111,53,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110101 11011011
Octal 157 65 333
Decimal 111 53 219
Hex 6F 35 DB

RGB Percentages of Color #6f35db

%28.98
%13.84
%57.18

CMYK Percentages of Color #6f35db

%49
%76
%0
%14

Triadic Colors of #6f35db

#6f35db #db6f35 #35db6f

Analogous Colors of #6f35db

#6f35db #c235db #354edb

Monochromatic Colors of #6f35db

#6f35db

Complementary Color

#6f35db #a1db35

#6f35db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f35db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f35db Color CSS Codes

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

#6f35db Text Font Color

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

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


#6f35db Background Color

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

This div background color is #6f35db


#6f35db Border Color

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

This div border color is #6f35db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f35db


Comments

No comments written yet.

Please login to write comment.