Color Hex Logo

#07505d Color Hex

#07505D
(7,80,93)
0 Favorites   0 Comments

Color spaces of #07505d

RGB 78093
HSL0.530.860.20
HSV189°92°36°
CMYK 0.920.140.00   0.64
XYZ4.93216.572811.3647
Yxy6.57280.21570.2874
Hunter Lab25.6375-10.5260-8.3361
CIE-Lab30.8139-15.2888-13.4528

#07505d color RGB value is (7,80,93).

#07505d hex color red value is 7, green value is 80 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #07505d hue: 0.53 , saturation: 0.86 and the lightness value of 07505d is 0.20.

The process color (four color CMYK) of #07505d color hex is 0.92, 0.14, 0.00, 0.64. Web safe color of #07505d is #006666. Color #07505d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 01011101
Octal 7 120 135
Decimal 7 80 93
Hex 7 50 5D

RGB Percentages of Color #07505d

%3.89
%44.44
%51.67

CMYK Percentages of Color #07505d

%92
%14
%0
%64

Triadic Colors of #07505d

#07505d #5d0750 #505d07

Analogous Colors of #07505d

#07505d #07255d #075d3f

Monochromatic Colors of #07505d

#07505d

Complementary Color

#07505d #5d1407

#07505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07505d Color CSS Codes

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

#07505d Text Font Color

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

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


#07505d Background Color

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

This div background color is #07505d


#07505d Border Color

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

This div border color is #07505d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07505d


Comments

No comments written yet.

Please login to write comment.