Color Hex Logo

#07284b Color Hex

#07284B
(7,40,75)
0 Favorites   0 Comments

Color spaces of #07284b

RGB 74075
HSL0.590.830.16
HSV211°91°29°
CMYK 0.910.470.00   0.71
XYZ2.11642.07086.9448
Yxy2.07080.19010.1860
Hunter Lab14.39031.0693-18.5404
CIE-Lab15.85453.3624-24.9876

#07284b color RGB value is (7,40,75).

#07284b hex color red value is 7, green value is 40 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #07284b hue: 0.59 , saturation: 0.83 and the lightness value of 07284b is 0.16.

The process color (four color CMYK) of #07284b color hex is 0.91, 0.47, 0.00, 0.71. Web safe color of #07284b is #003333. Color #07284b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101000 01001011
Octal 7 50 113
Decimal 7 40 75
Hex 7 28 4B

RGB Percentages of Color #07284b

%5.74
%32.79
%61.48

CMYK Percentages of Color #07284b

%91
%47
%0
%71

Triadic Colors of #07284b

#07284b #4b0728 #284b07

Analogous Colors of #07284b

#07284b #08074b #074a4b

Monochromatic Colors of #07284b

#07284b

Complementary Color

#07284b #4b2a07

#07284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07284b Color CSS Codes

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

#07284b Text Font Color

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

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


#07284b Background Color

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

This div background color is #07284b


#07284b Border Color

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

This div border color is #07284b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,40,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07284b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07284b;
  -webkit-box-shadow: 1px 1px 3px 2px #07284b;
  box-shadow:         1px 1px 3px 2px #07284b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07284b


Comments

No comments written yet.

Please login to write comment.