Color Hex Logo

#6050bf Color Hex

#6050BF
(96,80,191)
0 Favorites   0 Comments

Color spaces of #6050bf

RGB 9680191
HSL0.690.460.53
HSV249°58°75°
CMYK 0.500.580.00   0.25
XYZ17.096511.985750.7026
Yxy11.98570.21430.1502
Hunter Lab34.620427.5626-62.5978
CIE-Lab41.193435.7218-56.4104

#6050bf color RGB value is (96,80,191).

#6050bf hex color red value is 96, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6050bf hue: 0.69 , saturation: 0.46 and the lightness value of 6050bf is 0.53.

The process color (four color CMYK) of #6050bf color hex is 0.50, 0.58, 0.00, 0.25. Web safe color of #6050bf is #6666cc. Color #6050bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010000 10111111
Octal 140 120 277
Decimal 96 80 191
Hex 60 50 BF

RGB Percentages of Color #6050bf

%26.16
%21.80
%52.04

CMYK Percentages of Color #6050bf

%50
%58
%0
%25

Triadic Colors of #6050bf

#6050bf #bf6050 #50bf60

Analogous Colors of #6050bf

#6050bf #9850bf #5078bf

Monochromatic Colors of #6050bf

#6050bf

Complementary Color

#6050bf #afbf50

#6050bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6050bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6050bf Color CSS Codes

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

#6050bf Text Font Color

<p style="color:#6050bf">Text here</p>

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


#6050bf Background Color

<div style="background-color:#6050bf">
Div content here</div>

This div background color is #6050bf


#6050bf Border Color

<div style="border:3px solid #6050bf">
Div here</div>

This div border color is #6050bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,80,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6050bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6050bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6050bf;
  box-shadow:         1px 1px 3px 2px #6050bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6050bf


Comments

No comments written yet.

Please login to write comment.