Color Hex Logo

#6228fa Color Hex

#6228FA
(98,40,250)
0 Favorites   0 Comments

Color spaces of #6228fa

RGB 9840250
HSL0.710.950.57
HSV257°84°98°
CMYK 0.610.840.00   0.02
XYZ23.051111.016491.3539
Yxy11.01640.18380.0878
Hunter Lab33.191065.8839-139.9545
CIE-Lab39.608172.1184-92.7576

#6228fa color RGB value is (98,40,250).

#6228fa hex color red value is 98, green value is 40 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6228fa hue: 0.71 , saturation: 0.95 and the lightness value of 6228fa is 0.57.

The process color (four color CMYK) of #6228fa color hex is 0.61, 0.84, 0.00, 0.02. Web safe color of #6228fa is #6633ff. Color #6228fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00101000 11111010
Octal 142 50 372
Decimal 98 40 250
Hex 62 28 FA

RGB Percentages of Color #6228fa

%25.26
%10.31
%64.43

CMYK Percentages of Color #6228fa

%61
%84
%0
%2

Triadic Colors of #6228fa

#6228fa #fa6228 #28fa62

Analogous Colors of #6228fa

#6228fa #cb28fa #2857fa

Monochromatic Colors of #6228fa

#6228fa

Complementary Color

#6228fa #c0fa28

#6228fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6228fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6228fa Color CSS Codes

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

#6228fa Text Font Color

<p style="color:#6228fa">Text here</p>

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


#6228fa Background Color

<div style="background-color:#6228fa">
Div content here</div>

This div background color is #6228fa


#6228fa Border Color

<div style="border:3px solid #6228fa">
Div here</div>

This div border color is #6228fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,40,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6228fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6228fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6228fa;
  box-shadow:         1px 1px 3px 2px #6228fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6228fa


Comments

No comments written yet.

Please login to write comment.