Color Hex Logo

#6030be Color Hex

#6030BE
(96,48,190)
0 Favorites   0 Comments

Color spaces of #6030be

RGB 9648190
HSL0.720.600.47
HSV260°75°75°
CMYK 0.490.750.00   0.25
XYZ15.17518.318449.5210
Yxy8.31840.20780.1139
Hunter Lab28.841643.4454-81.6116
CIE-Lab34.637452.9842-66.5001

#6030be color RGB value is (96,48,190).

#6030be hex color red value is 96, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6030be hue: 0.72 , saturation: 0.60 and the lightness value of 6030be is 0.47.

The process color (four color CMYK) of #6030be color hex is 0.49, 0.75, 0.00, 0.25. Web safe color of #6030be is #6633cc. Color #6030be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110000 10111110
Octal 140 60 276
Decimal 96 48 190
Hex 60 30 BE

RGB Percentages of Color #6030be

%28.74
%14.37
%56.89

CMYK Percentages of Color #6030be

%49
%75
%0
%25

Triadic Colors of #6030be

#6030be #be6030 #30be60

Analogous Colors of #6030be

#6030be #a730be #3047be

Monochromatic Colors of #6030be

#6030be

Complementary Color

#6030be #8ebe30

#6030be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6030be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6030be Color CSS Codes

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

#6030be Text Font Color

<p style="color:#6030be">Text here</p>

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


#6030be Background Color

<div style="background-color:#6030be">
Div content here</div>

This div background color is #6030be


#6030be Border Color

<div style="border:3px solid #6030be">
Div here</div>

This div border color is #6030be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,48,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6030be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6030be;
  -webkit-box-shadow: 1px 1px 3px 2px #6030be;
  box-shadow:         1px 1px 3px 2px #6030be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6030be


Comments

No comments written yet.

Please login to write comment.