Color Hex Logo

#330035 Color Hex

#330035
(51,0,53)
0 Favorites   0 Comments

Color spaces of #330035

RGB 51053
HSL0.831.000.10
HSV298°100°21°
CMYK 0.041.000.00   0.79
XYZ2.00780.96083.4478
Yxy0.96080.31290.1497
Hunter Lab9.802019.4095-13.9934
CIE-Lab8.660531.9224-20.7557

#330035 color RGB value is (51,0,53).

#330035 hex color red value is 51, green value is 0 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #330035 hue: 0.83 , saturation: 1.00 and the lightness value of 330035 is 0.10.

The process color (four color CMYK) of #330035 color hex is 0.04, 1.00, 0.00, 0.79. Web safe color of #330035 is #330033. Color #330035 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000000 00110101
Octal 63 0 65
Decimal 51 0 53
Hex 33 0 35

RGB Percentages of Color #330035

%49.04
%0.00
%50.96

CMYK Percentages of Color #330035

%4
%100
%0
%79

Triadic Colors of #330035

#330035 #353300 #003533

Analogous Colors of #330035

#330035 #35001d #190035

Monochromatic Colors of #330035

#330035

Complementary Color

#330035 #023500

#330035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330035 Color CSS Codes

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

#330035 Text Font Color

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

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


#330035 Background Color

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

This div background color is #330035


#330035 Border Color

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

This div border color is #330035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330035


Comments

No comments written yet.

Please login to write comment.