Color Hex Logo

#333ccd Color Hex

#333CCD
(51,60,205)
0 Favorites   0 Comments

Color spaces of #333ccd

RGB 5160205
HSL0.660.610.50
HSV236°75°80°
CMYK 0.750.710.00   0.20
XYZ14.00058.343358.6301
Yxy8.34330.17290.1030
Hunter Lab28.884835.9709-100.1271
CIE-Lab34.687945.5793-75.3181

#333ccd color RGB value is (51,60,205).

#333ccd hex color red value is 51, green value is 60 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #333ccd hue: 0.66 , saturation: 0.61 and the lightness value of 333ccd is 0.50.

The process color (four color CMYK) of #333ccd color hex is 0.75, 0.71, 0.00, 0.20. Web safe color of #333ccd is #3333cc. Color #333ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111100 11001101
Octal 63 74 315
Decimal 51 60 205
Hex 33 3C CD

RGB Percentages of Color #333ccd

%16.14
%18.99
%64.87

CMYK Percentages of Color #333ccd

%75
%71
%0
%20

Triadic Colors of #333ccd

#333ccd #cd333c #3ccd33

Analogous Colors of #333ccd

#333ccd #7733cd #3389cd

Monochromatic Colors of #333ccd

#333ccd

Complementary Color

#333ccd #cdc433

#333ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#333ccd Color CSS Codes

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

#333ccd Text Font Color

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

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


#333ccd Background Color

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

This div background color is #333ccd


#333ccd Border Color

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

This div border color is #333ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,60,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 #333ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333ccd


Comments

No comments written yet.

Please login to write comment.