Color Hex Logo

#215fac Color Hex

#215FAC
(33,95,172)
0 Favorites   0 Comments

Color spaces of #215fac

RGB 3395172
HSL0.590.680.40
HSV213°81°67°
CMYK 0.810.450.00   0.33
XYZ12.165811.486340.6056
Yxy11.48630.18930.1788
Hunter Lab33.89144.7650-47.3118
CIE-Lab40.38778.9321-46.7387

#215fac color RGB value is (33,95,172).

#215fac hex color red value is 33, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #215fac hue: 0.59 , saturation: 0.68 and the lightness value of 215fac is 0.40.

The process color (four color CMYK) of #215fac color hex is 0.81, 0.45, 0.00, 0.33. Web safe color of #215fac is #336699. Color #215fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 10101100
Octal 41 137 254
Decimal 33 95 172
Hex 21 5F AC

RGB Percentages of Color #215fac

%11.00
%31.67
%57.33

CMYK Percentages of Color #215fac

%81
%45
%0
%33

Triadic Colors of #215fac

#215fac #ac215f #5fac21

Analogous Colors of #215fac

#215fac #2921ac #21a5ac

Monochromatic Colors of #215fac

#215fac

Complementary Color

#215fac #ac6e21

#215fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#215fac Color CSS Codes

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

#215fac Text Font Color

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

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


#215fac Background Color

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

This div background color is #215fac


#215fac Border Color

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

This div border color is #215fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215fac


Comments

No comments written yet.

Please login to write comment.