Color Hex Logo

#6550ba Color Hex

#6550BA
(101,80,186)
1 Favorites   0 Comments

Color spaces of #6550ba

RGB 10180186
HSL0.700.430.52
HSV252°57°73°
CMYK 0.460.570.00   0.27
XYZ17.098412.049247.8789
Yxy12.04920.22200.1564
Hunter Lab34.712027.1795-57.4815
CIE-Lab41.294235.2977-53.3036

#6550ba color RGB value is (101,80,186).

#6550ba hex color red value is 101, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6550ba hue: 0.70 , saturation: 0.43 and the lightness value of 6550ba is 0.52.

The process color (four color CMYK) of #6550ba color hex is 0.46, 0.57, 0.00, 0.27. Web safe color of #6550ba is #6666cc. Color #6550ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010000 10111010
Octal 145 120 272
Decimal 101 80 186
Hex 65 50 BA

RGB Percentages of Color #6550ba

%27.52
%21.80
%50.68

CMYK Percentages of Color #6550ba

%46
%57
%0
%27

Triadic Colors of #6550ba

#6550ba #ba6550 #50ba65

Analogous Colors of #6550ba

#6550ba #9a50ba #5070ba

Monochromatic Colors of #6550ba

#6550ba

Complementary Color

#6550ba #a5ba50

#6550ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6550ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6550ba Color CSS Codes

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

#6550ba Text Font Color

<p style="color:#6550ba">Text here</p>

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


#6550ba Background Color

<div style="background-color:#6550ba">
Div content here</div>

This div background color is #6550ba


#6550ba Border Color

<div style="border:3px solid #6550ba">
Div here</div>

This div border color is #6550ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,80,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6550ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6550ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6550ba;
  box-shadow:         1px 1px 3px 2px #6550ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6550ba


Comments

No comments written yet.

Please login to write comment.