Color Hex Logo

#6254ba Color Hex

#6254BA
(98,84,186)
0 Favorites   0 Comments

Color spaces of #6254ba

RGB 9884186
HSL0.690.430.53
HSV248°55°73°
CMYK 0.470.550.00   0.27
XYZ17.070312.482547.9640
Yxy12.48250.22020.1610
Hunter Lab35.330624.4154-55.7594
CIE-Lab41.972932.2175-52.2235

#6254ba color RGB value is (98,84,186).

#6254ba hex color red value is 98, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6254ba hue: 0.69 , saturation: 0.43 and the lightness value of 6254ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010100 10111010
Octal 142 124 272
Decimal 98 84 186
Hex 62 54 BA

RGB Percentages of Color #6254ba

%26.63
%22.83
%50.54

CMYK Percentages of Color #6254ba

%47
%55
%0
%27

Triadic Colors of #6254ba

#6254ba #ba6254 #54ba62

Analogous Colors of #6254ba

#6254ba #9554ba #5479ba

Monochromatic Colors of #6254ba

#6254ba

Complementary Color

#6254ba #acba54

#6254ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6254ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6254ba Color CSS Codes

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

#6254ba Text Font Color

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

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


#6254ba Background Color

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

This div background color is #6254ba


#6254ba Border Color

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

This div border color is #6254ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6254ba


Comments

No comments written yet.

Please login to write comment.