Color Hex Logo

#6028bd Color Hex

#6028BD
(96,40,189)
0 Favorites   0 Comments

Color spaces of #6028bd

RGB 9640189
HSL0.730.650.45
HSV263°79°74°
CMYK 0.490.790.00   0.26
XYZ14.76807.678548.8479
Yxy7.67850.20710.1077
Hunter Lab27.710146.6382-85.1205
CIE-Lab33.304156.2833-68.0988

#6028bd color RGB value is (96,40,189).

#6028bd hex color red value is 96, green value is 40 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6028bd hue: 0.73 , saturation: 0.65 and the lightness value of 6028bd is 0.45.

The process color (four color CMYK) of #6028bd color hex is 0.49, 0.79, 0.00, 0.26. Web safe color of #6028bd is #6633cc. Color #6028bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101000 10111101
Octal 140 50 275
Decimal 96 40 189
Hex 60 28 BD

RGB Percentages of Color #6028bd

%29.54
%12.31
%58.15

CMYK Percentages of Color #6028bd

%49
%79
%0
%26

Triadic Colors of #6028bd

#6028bd #bd6028 #28bd60

Analogous Colors of #6028bd

#6028bd #ab28bd #283bbd

Monochromatic Colors of #6028bd

#6028bd

Complementary Color

#6028bd #85bd28

#6028bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6028bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6028bd Color CSS Codes

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

#6028bd Text Font Color

<p style="color:#6028bd">Text here</p>

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


#6028bd Background Color

<div style="background-color:#6028bd">
Div content here</div>

This div background color is #6028bd


#6028bd Border Color

<div style="border:3px solid #6028bd">
Div here</div>

This div border color is #6028bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,40,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6028bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6028bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6028bd;
  box-shadow:         1px 1px 3px 2px #6028bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,40,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6028bd


Comments

No comments written yet.

Please login to write comment.