Color Hex Logo

#6335fe Color Hex

#6335FE
(99,53,254)
0 Favorites   0 Comments

Color spaces of #6335fe

RGB 9953254
HSL0.700.990.60
HSV254°79°100°
CMYK 0.610.790.00   0.00
XYZ24.308112.354694.8694
Yxy12.35460.18480.0939
Hunter Lab35.149161.9344-135.4226
CIE-Lab41.774268.3492-91.4121

#6335fe color RGB value is (99,53,254).

#6335fe hex color red value is 99, green value is 53 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6335fe hue: 0.70 , saturation: 0.99 and the lightness value of 6335fe is 0.60.

The process color (four color CMYK) of #6335fe color hex is 0.61, 0.79, 0.00, 0.00. Web safe color of #6335fe is #6633ff. Color #6335fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110101 11111110
Octal 143 65 376
Decimal 99 53 254
Hex 63 35 FE

RGB Percentages of Color #6335fe

%24.38
%13.05
%62.56

CMYK Percentages of Color #6335fe

%61
%79
%0
%0

Triadic Colors of #6335fe

#6335fe #fe6335 #35fe63

Analogous Colors of #6335fe

#6335fe #c835fe #356cfe

Monochromatic Colors of #6335fe

#6335fe

Complementary Color

#6335fe #d0fe35

#6335fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6335fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6335fe Color CSS Codes

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

#6335fe Text Font Color

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

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


#6335fe Background Color

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

This div background color is #6335fe


#6335fe Border Color

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

This div border color is #6335fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,53,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 #6335fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6335fe


Comments

No comments written yet.

Please login to write comment.