Color Hex Logo

#6255fb Color Hex

#6255FB
(98,85,251)
0 Favorites   0 Comments

Color spaces of #6255fb

RGB 9885251
HSL0.680.950.66
HSV245°66°98°
CMYK 0.610.660.00   0.02
XYZ25.698116.058793.0120
Yxy16.05870.19070.1192
Hunter Lab40.073344.3397-109.5635
CIE-Lab47.051451.5405-81.0587

#6255fb color RGB value is (98,85,251).

#6255fb hex color red value is 98, green value is 85 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6255fb hue: 0.68 , saturation: 0.95 and the lightness value of 6255fb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010101 11111011
Octal 142 125 373
Decimal 98 85 251
Hex 62 55 FB

RGB Percentages of Color #6255fb

%22.58
%19.59
%57.83

CMYK Percentages of Color #6255fb

%61
%66
%0
%2

Triadic Colors of #6255fb

#6255fb #fb6255 #55fb62

Analogous Colors of #6255fb

#6255fb #b555fb #559bfb

Monochromatic Colors of #6255fb

#6255fb

Complementary Color

#6255fb #eefb55

#6255fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6255fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6255fb Color CSS Codes

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

#6255fb Text Font Color

<p style="color:#6255fb">Text here</p>

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


#6255fb Background Color

<div style="background-color:#6255fb">
Div content here</div>

This div background color is #6255fb


#6255fb Border Color

<div style="border:3px solid #6255fb">
Div here</div>

This div border color is #6255fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,85,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6255fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6255fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6255fb;
  box-shadow:         1px 1px 3px 2px #6255fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6255fb

Related Colors


Comments

No comments written yet.

Please login to write comment.