Color Hex Logo

#6335fc Color Hex

#6335FC
(99,53,252)
0 Favorites   0 Comments

Color spaces of #6335fc

RGB 9953252
HSL0.710.970.60
HSV254°79°99°
CMYK 0.610.790.00   0.01
XYZ23.989412.227193.1912
Yxy12.22710.18540.0945
Hunter Lab34.967361.2677-133.5366
CIE-Lab41.574867.8157-90.6229

#6335fc color RGB value is (99,53,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110101 11111100
Octal 143 65 374
Decimal 99 53 252
Hex 63 35 FC

RGB Percentages of Color #6335fc

%24.50
%13.12
%62.38

CMYK Percentages of Color #6335fc

%61
%79
%0
%1

Triadic Colors of #6335fc

#6335fc #fc6335 #35fc63

Analogous Colors of #6335fc

#6335fc #c735fc #356bfc

Monochromatic Colors of #6335fc

#6335fc

Complementary Color

#6335fc #cefc35

#6335fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6335fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6335fc Color CSS Codes

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

#6335fc Text Font Color

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

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


#6335fc Background Color

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

This div background color is #6335fc


#6335fc Border Color

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

This div border color is #6335fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6335fc

Related Colors


Comments

No comments written yet.

Please login to write comment.