Color Hex Logo

#2133cc Color Hex

#2133CC
(33,51,204)
0 Favorites   0 Comments

Color spaces of #2133cc

RGB 3351204
HSL0.650.720.46
HSV234°84°80°
CMYK 0.840.750.00   0.20
XYZ12.71017.050657.8177
Yxy7.05060.16380.0909
Hunter Lab26.553038.9748-110.5138
CIE-Lab31.921849.1264-79.3321

#2133cc color RGB value is (33,51,204).

#2133cc hex color red value is 33, green value is 51 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2133cc hue: 0.65 , saturation: 0.72 and the lightness value of 2133cc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110011 11001100
Octal 41 63 314
Decimal 33 51 204
Hex 21 33 CC

RGB Percentages of Color #2133cc

%11.46
%17.71
%70.83

CMYK Percentages of Color #2133cc

%84
%75
%0
%20

Triadic Colors of #2133cc

#2133cc #cc2133 #33cc21

Analogous Colors of #2133cc

#2133cc #6521cc #2189cc

Monochromatic Colors of #2133cc

#2133cc

Complementary Color

#2133cc #ccba21

#2133cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2133cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2133cc Color CSS Codes

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

#2133cc Text Font Color

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

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


#2133cc Background Color

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

This div background color is #2133cc


#2133cc Border Color

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

This div border color is #2133cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,51,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2133cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2133cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2133cc;
  box-shadow:         1px 1px 3px 2px #2133cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2133cc


Comments

No comments written yet.

Please login to write comment.