Color Hex Logo

#07214d Color Hex

#07214D
(7,33,77)
0 Favorites   0 Comments

Color spaces of #07214d

RGB 73377
HSL0.600.830.16
HSV218°91°30°
CMYK 0.910.570.00   0.70
XYZ1.97101.66877.2394
Yxy1.66870.18120.1534
Hunter Lab12.91784.6293-24.1848
CIE-Lab13.64279.5980-29.9154

#07214d color RGB value is (7,33,77).

#07214d hex color red value is 7, green value is 33 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #07214d hue: 0.60 , saturation: 0.83 and the lightness value of 07214d is 0.16.

The process color (four color CMYK) of #07214d color hex is 0.91, 0.57, 0.00, 0.70. Web safe color of #07214d is #003366. Color #07214d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100001 01001101
Octal 7 41 115
Decimal 7 33 77
Hex 7 21 4D

RGB Percentages of Color #07214d

%5.98
%28.21
%65.81

CMYK Percentages of Color #07214d

%91
%57
%0
%70

Triadic Colors of #07214d

#07214d #4d0721 #214d07

Analogous Colors of #07214d

#07214d #10074d #07444d

Monochromatic Colors of #07214d

#07214d

Complementary Color

#07214d #4d3307

#07214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07214d Color CSS Codes

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

#07214d Text Font Color

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

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


#07214d Background Color

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

This div background color is #07214d


#07214d Border Color

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

This div border color is #07214d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,33,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07214d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07214d;
  -webkit-box-shadow: 1px 1px 3px 2px #07214d;
  box-shadow:         1px 1px 3px 2px #07214d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07214d


Comments

No comments written yet.

Please login to write comment.