Color Hex Logo

#215bca Color Hex

#215BCA
(33,91,202)
0 Favorites   0 Comments

Color spaces of #215bca

RGB 3391202
HSL0.610.720.46
HSV219°84°79°
CMYK 0.840.550.00   0.21
XYZ15.029012.069857.4147
Yxy12.06980.17780.1428
Hunter Lab34.741616.4201-73.6647
CIE-Lab41.326823.2770-62.7394

#215bca color RGB value is (33,91,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011011 11001010
Octal 41 133 312
Decimal 33 91 202
Hex 21 5B CA

RGB Percentages of Color #215bca

%10.12
%27.91
%61.96

CMYK Percentages of Color #215bca

%84
%55
%0
%21

Triadic Colors of #215bca

#215bca #ca215b #5bca21

Analogous Colors of #215bca

#215bca #3c21ca #21b0ca

Monochromatic Colors of #215bca

#215bca

Complementary Color

#215bca #ca9021

#215bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#215bca Color CSS Codes

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

#215bca Text Font Color

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

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


#215bca Background Color

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

This div background color is #215bca


#215bca Border Color

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

This div border color is #215bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215bca


Comments

No comments written yet.

Please login to write comment.