Color Hex Logo

#2185cc Color Hex

#2185CC
(33,133,204)
0 Favorites   0 Comments

Color spaces of #2185cc

RGB 33133204
HSL0.570.720.46
HSV205°84°80°
CMYK 0.840.350.00   0.20
XYZ19.913821.458060.2190
Yxy21.45800.19600.2112
Hunter Lab46.3228-4.3291-44.6503
CIE-Lab53.4471-2.3739-44.4313

#2185cc color RGB value is (33,133,204).

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

The process color (four color CMYK) of #2185cc color hex is 0.84, 0.35, 0.00, 0.20. Web safe color of #2185cc is #3399cc. Color #2185cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000101 11001100
Octal 41 205 314
Decimal 33 133 204
Hex 21 85 CC

RGB Percentages of Color #2185cc

%8.92
%35.95
%55.14

CMYK Percentages of Color #2185cc

%84
%35
%0
%20

Triadic Colors of #2185cc

#2185cc #cc2185 #85cc21

Analogous Colors of #2185cc

#2185cc #212fcc #21ccbe

Monochromatic Colors of #2185cc

#2185cc

Complementary Color

#2185cc #cc6821

#2185cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2185cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2185cc Color CSS Codes

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

#2185cc Text Font Color

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

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


#2185cc Background Color

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

This div background color is #2185cc


#2185cc Border Color

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

This div border color is #2185cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,133,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 #2185cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2185cc


Comments

No comments written yet.

Please login to write comment.