Color Hex Logo

#6352ed Color Hex

#6352ED
(99,82,237)
0 Favorites   0 Comments

Color spaces of #6352ed

RGB 9982237
HSL0.680.810.63
HSV247°65°93°
CMYK 0.580.650.00   0.07
XYZ23.448914.801781.7419
Yxy14.80170.19540.1234
Hunter Lab38.473041.4663-99.0399
CIE-Lab45.361449.1030-75.9756

#6352ed color RGB value is (99,82,237).

#6352ed hex color red value is 99, green value is 82 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6352ed hue: 0.68 , saturation: 0.81 and the lightness value of 6352ed is 0.63.

The process color (four color CMYK) of #6352ed color hex is 0.58, 0.65, 0.00, 0.07. Web safe color of #6352ed is #6666ff. Color #6352ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 11101101
Octal 143 122 355
Decimal 99 82 237
Hex 63 52 ED

RGB Percentages of Color #6352ed

%23.68
%19.62
%56.70

CMYK Percentages of Color #6352ed

%58
%65
%0
%7

Triadic Colors of #6352ed

#6352ed #ed6352 #52ed63

Analogous Colors of #6352ed

#6352ed #b152ed #528fed

Monochromatic Colors of #6352ed

#6352ed

Complementary Color

#6352ed #dced52

#6352ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6352ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6352ed Color CSS Codes

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

#6352ed Text Font Color

<p style="color:#6352ed">Text here</p>

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


#6352ed Background Color

<div style="background-color:#6352ed">
Div content here</div>

This div background color is #6352ed


#6352ed Border Color

<div style="border:3px solid #6352ed">
Div here</div>

This div border color is #6352ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,82,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6352ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6352ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6352ed;
  box-shadow:         1px 1px 3px 2px #6352ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6352ed


Comments

No comments written yet.

Please login to write comment.