Color Hex Logo

#6265fa Color Hex

#6265FA
(98,101,250)
0 Favorites   0 Comments

Color spaces of #6265fa

RGB 98101250
HSL0.660.940.68
HSV239°61°98°
CMYK 0.610.600.00   0.02
XYZ26.946018.806292.6522
Yxy18.80620.19470.1359
Hunter Lab43.366135.0222-96.3175
CIE-Lab50.459742.0004-74.9373

#6265fa color RGB value is (98,101,250).

#6265fa hex color red value is 98, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6265fa hue: 0.66 , saturation: 0.94 and the lightness value of 6265fa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100101 11111010
Octal 142 145 372
Decimal 98 101 250
Hex 62 65 FA

RGB Percentages of Color #6265fa

%21.83
%22.49
%55.68

CMYK Percentages of Color #6265fa

%61
%60
%0
%2

Triadic Colors of #6265fa

#6265fa #fa6265 #65fa62

Analogous Colors of #6265fa

#6265fa #ab62fa #62b1fa

Monochromatic Colors of #6265fa

#6265fa

Complementary Color

#6265fa #faf762

#6265fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6265fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6265fa Color CSS Codes

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

#6265fa Text Font Color

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

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


#6265fa Background Color

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

This div background color is #6265fa


#6265fa Border Color

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

This div border color is #6265fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6265fa


Comments

No comments written yet.

Please login to write comment.