Color Hex Logo

#215271 Color Hex

#215271
(33,82,113)
0 Favorites   0 Comments

Color spaces of #215271

RGB 3382113
HSL0.560.550.29
HSV203°71°44°
CMYK 0.710.270.00   0.56
XYZ6.62517.550216.7309
Yxy7.55020.21440.2443
Hunter Lab27.4776-5.0479-16.8669
CIE-Lab33.0280-5.5547-22.5921

#215271 color RGB value is (33,82,113).

#215271 hex color red value is 33, green value is 82 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #215271 hue: 0.56 , saturation: 0.55 and the lightness value of 215271 is 0.29.

The process color (four color CMYK) of #215271 color hex is 0.71, 0.27, 0.00, 0.56. Web safe color of #215271 is #336666. Color #215271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010010 01110001
Octal 41 122 161
Decimal 33 82 113
Hex 21 52 71

RGB Percentages of Color #215271

%14.47
%35.96
%49.56

CMYK Percentages of Color #215271

%71
%27
%0
%56

Triadic Colors of #215271

#215271 #712152 #527121

Analogous Colors of #215271

#215271 #212a71 #217168

Monochromatic Colors of #215271

#215271

Complementary Color

#215271 #714021

#215271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215271 Color CSS Codes

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

#215271 Text Font Color

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

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


#215271 Background Color

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

This div background color is #215271


#215271 Border Color

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

This div border color is #215271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,82,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215271;
  -webkit-box-shadow: 1px 1px 3px 2px #215271;
  box-shadow:         1px 1px 3px 2px #215271; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215271


Comments

No comments written yet.

Please login to write comment.