Color Hex Logo

#330ccf Color Hex

#330CCF
(51,12,207)
0 Favorites   0 Comments

Color spaces of #330ccf

RGB 5112207
HSL0.700.890.43
HSV252°94°81°
CMYK 0.750.940.00   0.19
XYZ12.75925.471759.4152
Yxy5.47170.16430.0705
Hunter Lab23.391756.4291-134.2234
CIE-Lab28.038566.1938-87.5057

#330ccf color RGB value is (51,12,207).

#330ccf hex color red value is 51, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #330ccf hue: 0.70 , saturation: 0.89 and the lightness value of 330ccf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001100 11001111
Octal 63 14 317
Decimal 51 12 207
Hex 33 C CF

RGB Percentages of Color #330ccf

%18.89
%4.44
%76.67

CMYK Percentages of Color #330ccf

%75
%94
%0
%19

Triadic Colors of #330ccf

#330ccf #cf330c #0ccf33

Analogous Colors of #330ccf

#330ccf #950ccf #0c47cf

Monochromatic Colors of #330ccf

#330ccf

Complementary Color

#330ccf #a8cf0c

#330ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#330ccf Color CSS Codes

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

#330ccf Text Font Color

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

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


#330ccf Background Color

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

This div background color is #330ccf


#330ccf Border Color

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

This div border color is #330ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330ccf


Comments

No comments written yet.

Please login to write comment.