Color Hex Logo

#215398 Color Hex

#215398
(33,83,152)
0 Favorites   0 Comments

Color spaces of #215398

RGB 3383152
HSL0.600.640.36
HSV215°78°60°
CMYK 0.780.450.00   0.40
XYZ9.38808.776830.9051
Yxy8.77680.19130.1789
Hunter Lab29.62574.7195-41.1126
CIE-Lab35.55108.9233-42.5568

#215398 color RGB value is (33,83,152).

#215398 hex color red value is 33, green value is 83 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #215398 hue: 0.60 , saturation: 0.64 and the lightness value of 215398 is 0.36.

The process color (four color CMYK) of #215398 color hex is 0.78, 0.45, 0.00, 0.40. Web safe color of #215398 is #336699. Color #215398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010011 10011000
Octal 41 123 230
Decimal 33 83 152
Hex 21 53 98

RGB Percentages of Color #215398

%12.31
%30.97
%56.72

CMYK Percentages of Color #215398

%78
%45
%0
%40

Triadic Colors of #215398

#215398 #982153 #539821

Analogous Colors of #215398

#215398 #2b2198 #218f98

Monochromatic Colors of #215398

#215398

Complementary Color

#215398 #986621

#215398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215398 Color CSS Codes

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

#215398 Text Font Color

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

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


#215398 Background Color

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

This div background color is #215398


#215398 Border Color

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

This div border color is #215398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215398


Comments

No comments written yet.

Please login to write comment.