Color Hex Logo

#215bcd Color Hex

#215BCD
(33,91,205)
0 Favorites   0 Comments

Color spaces of #215bcd

RGB 3391205
HSL0.610.720.47
HSV220°84°80°
CMYK 0.840.560.00   0.20
XYZ15.387712.213359.3040
Yxy12.21330.17710.1405
Hunter Lab34.947517.4369-76.1485
CIE-Lab41.553124.4357-64.1025

#215bcd color RGB value is (33,91,205).

#215bcd hex color red value is 33, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #215bcd hue: 0.61 , saturation: 0.72 and the lightness value of 215bcd is 0.47.

The process color (four color CMYK) of #215bcd color hex is 0.84, 0.56, 0.00, 0.20. Web safe color of #215bcd is #3366cc. Color #215bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011011 11001101
Octal 41 133 315
Decimal 33 91 205
Hex 21 5B CD

RGB Percentages of Color #215bcd

%10.03
%27.66
%62.31

CMYK Percentages of Color #215bcd

%84
%56
%0
%20

Triadic Colors of #215bcd

#215bcd #cd215b #5bcd21

Analogous Colors of #215bcd

#215bcd #3d21cd #21b1cd

Monochromatic Colors of #215bcd

#215bcd

Complementary Color

#215bcd #cd9321

#215bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#215bcd Color CSS Codes

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

#215bcd Text Font Color

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

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


#215bcd Background Color

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

This div background color is #215bcd


#215bcd Border Color

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

This div border color is #215bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215bcd


Comments

No comments written yet.

Please login to write comment.