Color Hex Logo

#6328dc Color Hex

#6328DC
(99,40,220)
0 Favorites   0 Comments

Color spaces of #6328dc

RGB 9940220
HSL0.720.720.51
HSV260°82°86°
CMYK 0.550.820.00   0.14
XYZ18.82269.337568.5204
Yxy9.33750.19470.0966
Hunter Lab30.557356.4765-111.5592
CIE-Lab36.626164.6040-80.6544

#6328dc color RGB value is (99,40,220).

#6328dc hex color red value is 99, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6328dc hue: 0.72 , saturation: 0.72 and the lightness value of 6328dc is 0.51.

The process color (four color CMYK) of #6328dc color hex is 0.55, 0.82, 0.00, 0.14. Web safe color of #6328dc is #6633cc. Color #6328dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101000 11011100
Octal 143 50 334
Decimal 99 40 220
Hex 63 28 DC

RGB Percentages of Color #6328dc

%27.58
%11.14
%61.28

CMYK Percentages of Color #6328dc

%55
%82
%0
%14

Triadic Colors of #6328dc

#6328dc #dc6328 #28dc63

Analogous Colors of #6328dc

#6328dc #bd28dc #2847dc

Monochromatic Colors of #6328dc

#6328dc

Complementary Color

#6328dc #a1dc28

#6328dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6328dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6328dc Color CSS Codes

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

#6328dc Text Font Color

<p style="color:#6328dc">Text here</p>

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


#6328dc Background Color

<div style="background-color:#6328dc">
Div content here</div>

This div background color is #6328dc


#6328dc Border Color

<div style="border:3px solid #6328dc">
Div here</div>

This div border color is #6328dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,40,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6328dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6328dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6328dc;
  box-shadow:         1px 1px 3px 2px #6328dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6328dc


Comments

No comments written yet.

Please login to write comment.