Color Hex Logo

#6128db Color Hex

#6128DB
(97,40,219)
0 Favorites   0 Comments

Color spaces of #6128db

RGB 9740219
HSL0.720.710.51
HSV259°82°86°
CMYK 0.560.820.00   0.14
XYZ18.47479.173467.8148
Yxy9.17340.19350.0961
Hunter Lab30.287655.8772-111.5506
CIE-Lab36.316064.1340-80.5987

#6128db color RGB value is (97,40,219).

#6128db hex color red value is 97, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6128db hue: 0.72 , saturation: 0.71 and the lightness value of 6128db is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101000 11011011
Octal 141 50 333
Decimal 97 40 219
Hex 61 28 DB

RGB Percentages of Color #6128db

%27.25
%11.24
%61.52

CMYK Percentages of Color #6128db

%56
%82
%0
%14

Triadic Colors of #6128db

#6128db #db6128 #28db61

Analogous Colors of #6128db

#6128db #bb28db #2849db

Monochromatic Colors of #6128db

#6128db

Complementary Color

#6128db #a2db28

#6128db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6128db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6128db Color CSS Codes

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

#6128db Text Font Color

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

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


#6128db Background Color

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

This div background color is #6128db


#6128db Border Color

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

This div border color is #6128db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6128db


Comments

No comments written yet.

Please login to write comment.