Color Hex Logo

#215084 Color Hex

#215084
(33,80,132)
0 Favorites   0 Comments

Color spaces of #215084

RGB 3380132
HSL0.590.600.32
HSV212°75°52°
CMYK 0.750.390.00   0.48
XYZ7.66077.726622.9174
Yxy7.72660.20000.2017
Hunter Lab27.79680.5497-29.4247
CIE-Lab33.40693.0192-33.7842

#215084 color RGB value is (33,80,132).

#215084 hex color red value is 33, green value is 80 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #215084 hue: 0.59 , saturation: 0.60 and the lightness value of 215084 is 0.32.

The process color (four color CMYK) of #215084 color hex is 0.75, 0.39, 0.00, 0.48. Web safe color of #215084 is #336699. Color #215084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010000 10000100
Octal 41 120 204
Decimal 33 80 132
Hex 21 50 84

RGB Percentages of Color #215084

%13.47
%32.65
%53.88

CMYK Percentages of Color #215084

%75
%39
%0
%48

Triadic Colors of #215084

#215084 #842150 #508421

Analogous Colors of #215084

#215084 #242184 #218284

Monochromatic Colors of #215084

#215084

Complementary Color

#215084 #845521

#215084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215084 Color CSS Codes

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

#215084 Text Font Color

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

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


#215084 Background Color

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

This div background color is #215084


#215084 Border Color

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

This div border color is #215084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215084


Comments

No comments written yet.

Please login to write comment.