Color Hex Logo

#6253fe Color Hex

#6253FE
(98,83,254)
0 Favorites   0 Comments

Color spaces of #6253fe

RGB 9883254
HSL0.680.990.66
HSV245°67°100°
CMYK 0.610.670.00   0.00
XYZ26.019715.938995.4711
Yxy15.93890.18930.1160
Hunter Lab39.923646.4690-113.8365
CIE-Lab46.894253.5611-82.9875

#6253fe color RGB value is (98,83,254).

#6253fe hex color red value is 98, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6253fe hue: 0.68 , saturation: 0.99 and the lightness value of 6253fe is 0.66.

The process color (four color CMYK) of #6253fe color hex is 0.61, 0.67, 0.00, 0.00. Web safe color of #6253fe is #6666ff. Color #6253fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010011 11111110
Octal 142 123 376
Decimal 98 83 254
Hex 62 53 FE

RGB Percentages of Color #6253fe

%22.53
%19.08
%58.39

CMYK Percentages of Color #6253fe

%61
%67
%0
%0

Triadic Colors of #6253fe

#6253fe #fe6253 #53fe62

Analogous Colors of #6253fe

#6253fe #b853fe #539afe

Monochromatic Colors of #6253fe

#6253fe

Complementary Color

#6253fe #effe53

#6253fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6253fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6253fe Color CSS Codes

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

#6253fe Text Font Color

<p style="color:#6253fe">Text here</p>

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


#6253fe Background Color

<div style="background-color:#6253fe">
Div content here</div>

This div background color is #6253fe


#6253fe Border Color

<div style="border:3px solid #6253fe">
Div here</div>

This div border color is #6253fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,83,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6253fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6253fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6253fe;
  box-shadow:         1px 1px 3px 2px #6253fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6253fe


Comments

No comments written yet.

Please login to write comment.