Color Hex Logo

#330acd Color Hex

#330ACD
(51,10,205)
0 Favorites   0 Comments

Color spaces of #330acd

RGB 5110205
HSL0.700.910.42
HSV253°95°80°
CMYK 0.750.950.00   0.20
XYZ12.49325.328758.1277
Yxy5.32870.16450.0702
Hunter Lab23.084056.2084-133.1392
CIE-Lab27.651466.0705-86.9838

#330acd color RGB value is (51,10,205).

#330acd hex color red value is 51, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #330acd hue: 0.70 , saturation: 0.91 and the lightness value of 330acd is 0.42.

The process color (four color CMYK) of #330acd color hex is 0.75, 0.95, 0.00, 0.20. Web safe color of #330acd is #3300cc. Color #330acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001010 11001101
Octal 63 12 315
Decimal 51 10 205
Hex 33 A CD

RGB Percentages of Color #330acd

%19.17
%3.76
%77.07

CMYK Percentages of Color #330acd

%75
%95
%0
%20

Triadic Colors of #330acd

#330acd #cd330a #0acd33

Analogous Colors of #330acd

#330acd #950acd #0a42cd

Monochromatic Colors of #330acd

#330acd

Complementary Color

#330acd #a4cd0a

#330acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#330acd Color CSS Codes

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

#330acd Text Font Color

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

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


#330acd Background Color

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

This div background color is #330acd


#330acd Border Color

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

This div border color is #330acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,10,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #330acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #330acd;
  -webkit-box-shadow: 1px 1px 3px 2px #330acd;
  box-shadow:         1px 1px 3px 2px #330acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330acd


Comments

No comments written yet.

Please login to write comment.