Color Hex Logo

#6250b5 Color Hex

#6250B5
(98,80,181)
0 Favorites   0 Comments

Color spaces of #6250b5

RGB 9880181
HSL0.700.410.51
HSV251°56°71°
CMYK 0.460.560.00   0.29
XYZ16.246211.670245.1124
Yxy11.67020.22250.1598
Hunter Lab34.161725.1060-54.3826
CIE-Lab40.687133.1452-51.3628

#6250b5 color RGB value is (98,80,181).

#6250b5 hex color red value is 98, green value is 80 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #6250b5 hue: 0.70 , saturation: 0.41 and the lightness value of 6250b5 is 0.51.

The process color (four color CMYK) of #6250b5 color hex is 0.46, 0.56, 0.00, 0.29. Web safe color of #6250b5 is #6666cc. Color #6250b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010000 10110101
Octal 142 120 265
Decimal 98 80 181
Hex 62 50 B5

RGB Percentages of Color #6250b5

%27.30
%22.28
%50.42

CMYK Percentages of Color #6250b5

%46
%56
%0
%29

Triadic Colors of #6250b5

#6250b5 #b56250 #50b562

Analogous Colors of #6250b5

#6250b5 #9550b5 #5071b5

Monochromatic Colors of #6250b5

#6250b5

Complementary Color

#6250b5 #a3b550

#6250b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6250b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6250b5 Color CSS Codes

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

#6250b5 Text Font Color

<p style="color:#6250b5">Text here</p>

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


#6250b5 Background Color

<div style="background-color:#6250b5">
Div content here</div>

This div background color is #6250b5


#6250b5 Border Color

<div style="border:3px solid #6250b5">
Div here</div>

This div border color is #6250b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,80,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6250b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6250b5;
  -webkit-box-shadow: 1px 1px 3px 2px #6250b5;
  box-shadow:         1px 1px 3px 2px #6250b5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6250b5


Comments

No comments written yet.

Please login to write comment.