Color Hex Logo

#215faf Color Hex

#215FAF
(33,95,175)
0 Favorites   0 Comments

Color spaces of #215faf

RGB 3395175
HSL0.590.680.41
HSV214°81°69°
CMYK 0.810.460.00   0.31
XYZ12.457311.602942.1405
Yxy11.60290.18820.1753
Hunter Lab34.06305.6695-49.5055
CIE-Lab40.577910.1091-48.2023

#215faf color RGB value is (33,95,175).

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

The process color (four color CMYK) of #215faf color hex is 0.81, 0.46, 0.00, 0.31. Web safe color of #215faf is #336699. Color #215faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 10101111
Octal 41 137 257
Decimal 33 95 175
Hex 21 5F AF

RGB Percentages of Color #215faf

%10.89
%31.35
%57.76

CMYK Percentages of Color #215faf

%81
%46
%0
%31

Triadic Colors of #215faf

#215faf #af215f #5faf21

Analogous Colors of #215faf

#215faf #2a21af #21a6af

Monochromatic Colors of #215faf

#215faf

Complementary Color

#215faf #af7121

#215faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#215faf Color CSS Codes

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

#215faf Text Font Color

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

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


#215faf Background Color

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

This div background color is #215faf


#215faf Border Color

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

This div border color is #215faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215faf


Comments

No comments written yet.

Please login to write comment.