Color Hex Logo

#6538ba Color Hex

#6538BA
(101,56,186)
0 Favorites   0 Comments

Color spaces of #6538ba

RGB 10156186
HSL0.720.540.47
HSV261°70°73°
CMYK 0.460.700.00   0.27
XYZ15.64399.140247.3941
Yxy9.14020.21670.1266
Hunter Lab30.232839.4572-71.7825
CIE-Lab36.252848.7859-61.4806

#6538ba color RGB value is (101,56,186).

#6538ba hex color red value is 101, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6538ba hue: 0.72 , saturation: 0.54 and the lightness value of 6538ba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111000 10111010
Octal 145 70 272
Decimal 101 56 186
Hex 65 38 BA

RGB Percentages of Color #6538ba

%29.45
%16.33
%54.23

CMYK Percentages of Color #6538ba

%46
%70
%0
%27

Triadic Colors of #6538ba

#6538ba #ba6538 #38ba65

Analogous Colors of #6538ba

#6538ba #a638ba #384cba

Monochromatic Colors of #6538ba

#6538ba

Complementary Color

#6538ba #8dba38

#6538ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6538ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6538ba Color CSS Codes

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

#6538ba Text Font Color

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

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


#6538ba Background Color

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

This div background color is #6538ba


#6538ba Border Color

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

This div border color is #6538ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,56,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 #6538ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6538ba


Comments

No comments written yet.

Please login to write comment.