Color Hex Logo

#214358 Color Hex

#214358
(33,67,88)
0 Favorites   0 Comments

Color spaces of #214358

RGB 336788
HSL0.560.450.24
HSV203°63°35°
CMYK 0.630.240.00   0.65
XYZ4.39585.04229.9741
Yxy5.04220.22640.2597
Hunter Lab22.4548-4.3525-10.6173
CIE-Lab26.8547-5.2437-16.2700

#214358 color RGB value is (33,67,88).

#214358 hex color red value is 33, green value is 67 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #214358 hue: 0.56 , saturation: 0.45 and the lightness value of 214358 is 0.24.

The process color (four color CMYK) of #214358 color hex is 0.63, 0.24, 0.00, 0.65. Web safe color of #214358 is #333366. Color #214358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000011 01011000
Octal 41 103 130
Decimal 33 67 88
Hex 21 43 58

RGB Percentages of Color #214358

%17.55
%35.64
%46.81

CMYK Percentages of Color #214358

%63
%24
%0
%65

Triadic Colors of #214358

#214358 #582143 #435821

Analogous Colors of #214358

#214358 #212858 #215852

Monochromatic Colors of #214358

#214358

Complementary Color

#214358 #583621

#214358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214358 Color CSS Codes

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

#214358 Text Font Color

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

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


#214358 Background Color

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

This div background color is #214358


#214358 Border Color

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

This div border color is #214358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214358


Comments

No comments written yet.

Please login to write comment.