Color Hex Logo

#6355fd Color Hex

#6355FD
(99,85,253)
0 Favorites   0 Comments

Color spaces of #6355fd

RGB 9985253
HSL0.680.980.66
HSV245°66°99°
CMYK 0.610.660.00   0.01
XYZ26.123716.241594.6866
Yxy16.24150.19060.1185
Hunter Lab40.300745.1808-111.0913
CIE-Lab47.289752.2882-81.7798

#6355fd color RGB value is (99,85,253).

#6355fd hex color red value is 99, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6355fd hue: 0.68 , saturation: 0.98 and the lightness value of 6355fd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010101 11111101
Octal 143 125 375
Decimal 99 85 253
Hex 63 55 FD

RGB Percentages of Color #6355fd

%22.65
%19.45
%57.89

CMYK Percentages of Color #6355fd

%61
%66
%0
%1

Triadic Colors of #6355fd

#6355fd #fd6355 #55fd63

Analogous Colors of #6355fd

#6355fd #b755fd #559bfd

Monochromatic Colors of #6355fd

#6355fd

Complementary Color

#6355fd #effd55

#6355fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6355fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6355fd Color CSS Codes

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

#6355fd Text Font Color

<p style="color:#6355fd">Text here</p>

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


#6355fd Background Color

<div style="background-color:#6355fd">
Div content here</div>

This div background color is #6355fd


#6355fd Border Color

<div style="border:3px solid #6355fd">
Div here</div>

This div border color is #6355fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,85,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6355fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6355fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6355fd;
  box-shadow:         1px 1px 3px 2px #6355fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6355fd


Comments

No comments written yet.

Please login to write comment.