Color Hex Logo

#6152db Color Hex

#6152DB
(97,82,219)
0 Favorites   0 Comments

Color spaces of #6152db

RGB 9782219
HSL0.680.660.59
HSV247°63°86°
CMYK 0.560.630.00   0.14
XYZ20.733213.690468.5676
Yxy13.69040.20130.1329
Hunter Lab37.000535.2713-83.9730
CIE-Lab43.785643.2892-68.3498

#6152db color RGB value is (97,82,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 11011011
Octal 141 122 333
Decimal 97 82 219
Hex 61 52 DB

RGB Percentages of Color #6152db

%24.37
%20.60
%55.03

CMYK Percentages of Color #6152db

%56
%63
%0
%14

Triadic Colors of #6152db

#6152db #db6152 #52db61

Analogous Colors of #6152db

#6152db #a652db #5288db

Monochromatic Colors of #6152db

#6152db

Complementary Color

#6152db #ccdb52

#6152db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6152db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6152db Color CSS Codes

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

#6152db Text Font Color

<p style="color:#6152db">Text here</p>

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


#6152db Background Color

<div style="background-color:#6152db">
Div content here</div>

This div background color is #6152db


#6152db Border Color

<div style="border:3px solid #6152db">
Div here</div>

This div border color is #6152db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,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 #6152db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6152db


Comments

No comments written yet.

Please login to write comment.