Color Hex Logo

#215cba Color Hex

#215CBA
(33,92,186)
0 Favorites   0 Comments

Color spaces of #215cba

RGB 3392186
HSL0.600.700.43
HSV217°82°73°
CMYK 0.820.510.00   0.27
XYZ13.317311.522847.9766
Yxy11.52280.18290.1582
Hunter Lab33.945310.6244-60.0360
CIE-Lab40.447416.3866-54.8670

#215cba color RGB value is (33,92,186).

#215cba hex color red value is 33, green value is 92 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #215cba hue: 0.60 , saturation: 0.70 and the lightness value of 215cba is 0.43.

The process color (four color CMYK) of #215cba color hex is 0.82, 0.51, 0.00, 0.27. Web safe color of #215cba is #3366cc. Color #215cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011100 10111010
Octal 41 134 272
Decimal 33 92 186
Hex 21 5C BA

RGB Percentages of Color #215cba

%10.61
%29.58
%59.81

CMYK Percentages of Color #215cba

%82
%51
%0
%27

Triadic Colors of #215cba

#215cba #ba215c #5cba21

Analogous Colors of #215cba

#215cba #3321ba #21a9ba

Monochromatic Colors of #215cba

#215cba

Complementary Color

#215cba #ba7f21

#215cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#215cba Color CSS Codes

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

#215cba Text Font Color

<p style="color:#215cba">Text here</p>

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


#215cba Background Color

<div style="background-color:#215cba">
Div content here</div>

This div background color is #215cba


#215cba Border Color

<div style="border:3px solid #215cba">
Div here</div>

This div border color is #215cba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,92,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215cba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215cba;
  -webkit-box-shadow: 1px 1px 3px 2px #215cba;
  box-shadow:         1px 1px 3px 2px #215cba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215cba


Comments

No comments written yet.

Please login to write comment.