Color Hex Logo

#330863 Color Hex

#330863
(51,8,99)
0 Favorites   0 Comments

Color spaces of #330863

RGB 51899
HSL0.750.850.21
HSV268°92°39°
CMYK 0.480.920.00   0.61
XYZ3.70421.778311.9524
Yxy1.77830.21250.1020
Hunter Lab13.335326.2459-43.8068
CIE-Lab14.277939.0121-43.5591

#330863 color RGB value is (51,8,99).

#330863 hex color red value is 51, green value is 8 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #330863 hue: 0.75 , saturation: 0.85 and the lightness value of 330863 is 0.21.

The process color (four color CMYK) of #330863 color hex is 0.48, 0.92, 0.00, 0.61. Web safe color of #330863 is #330066. Color #330863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001000 01100011
Octal 63 10 143
Decimal 51 8 99
Hex 33 8 63

RGB Percentages of Color #330863

%32.28
%5.06
%62.66

CMYK Percentages of Color #330863

%48
%92
%0
%61

Triadic Colors of #330863

#330863 #633308 #086333

Analogous Colors of #330863

#330863 #610863 #080a63

Monochromatic Colors of #330863

#330863

Complementary Color

#330863 #386308

#330863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330863 Color CSS Codes

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

#330863 Text Font Color

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

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


#330863 Background Color

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

This div background color is #330863


#330863 Border Color

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

This div border color is #330863


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,8,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #330863; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #330863;
  -webkit-box-shadow: 1px 1px 3px 2px #330863;
  box-shadow:         1px 1px 3px 2px #330863; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330863


Comments

No comments written yet.

Please login to write comment.