Color Hex Logo

#215aca Color Hex

#215ACA
(33,90,202)
0 Favorites   0 Comments

Color spaces of #215aca

RGB 3390202
HSL0.610.720.46
HSV220°84°79°
CMYK 0.840.550.00   0.21
XYZ14.944011.899957.3864
Yxy11.89990.17740.1413
Hunter Lab34.496216.9590-74.4849
CIE-Lab41.056623.9312-63.1788

#215aca color RGB value is (33,90,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011010 11001010
Octal 41 132 312
Decimal 33 90 202
Hex 21 5A CA

RGB Percentages of Color #215aca

%10.15
%27.69
%62.15

CMYK Percentages of Color #215aca

%84
%55
%0
%21

Triadic Colors of #215aca

#215aca #ca215a #5aca21

Analogous Colors of #215aca

#215aca #3d21ca #21afca

Monochromatic Colors of #215aca

#215aca

Complementary Color

#215aca #ca9121

#215aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#215aca Color CSS Codes

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

#215aca Text Font Color

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

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


#215aca Background Color

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

This div background color is #215aca


#215aca Border Color

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

This div border color is #215aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215aca


Comments

No comments written yet.

Please login to write comment.