Color Hex Logo

#020755 Color Hex

#020755
(2,7,85)
0 Favorites   0 Comments

Color spaces of #020755

RGB 2785
HSL0.660.950.17
HSV236°98°33°
CMYK 0.980.920.00   0.67
XYZ1.74070.82078.6610
Yxy0.82070.15510.0731
Hunter Lab9.059218.4444-50.3421
CIE-Lab7.413330.8754-45.6456

#020755 color RGB value is (2,7,85).

#020755 hex color red value is 2, green value is 7 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #020755 hue: 0.66 , saturation: 0.95 and the lightness value of 020755 is 0.17.

The process color (four color CMYK) of #020755 color hex is 0.98, 0.92, 0.00, 0.67. Web safe color of #020755 is #000066. Color #020755 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000111 01010101
Octal 2 7 125
Decimal 2 7 85
Hex 2 7 55

RGB Percentages of Color #020755

%2.13
%7.45
%90.43

CMYK Percentages of Color #020755

%98
%92
%0
%67

Triadic Colors of #020755

#020755 #550207 #075502

Analogous Colors of #020755

#020755 #260255 #023155

Monochromatic Colors of #020755

#020755

Complementary Color

#020755 #555002

#020755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020755 Color CSS Codes

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

#020755 Text Font Color

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

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


#020755 Background Color

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

This div background color is #020755


#020755 Border Color

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

This div border color is #020755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020755


Comments

No comments written yet.

Please login to write comment.