Color Hex Logo

#050502 Color Hex

#050502
(5,5,2)
0 Favorites   0 Comments

Color spaces of #050502

RGB 552
HSL0.170.430.01
HSV60°60°
CMYK 0.000.000.60   0.98
XYZ0.12780.14520.0787
Yxy0.14520.36340.4129
Hunter Lab3.8105-0.68171.4428
CIE-Lab1.3116-0.41821.1357

#050502 color RGB value is (5,5,2).

#050502 hex color red value is 5, green value is 5 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #050502 hue: 0.17 , saturation: 0.43 and the lightness value of 050502 is 0.01.

The process color (four color CMYK) of #050502 color hex is 0.00, 0.00, 0.60, 0.98. Web safe color of #050502 is #000000. Color #050502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000101 00000010
Octal 5 5 2
Decimal 5 5 2
Hex 5 5 2

RGB Percentages of Color #050502

%41.67
%41.67
%16.67

CMYK Percentages of Color #050502

%0
%0
%60
%98

Triadic Colors of #050502

#050502 #020505 #050205

Analogous Colors of #050502

#050502 #040502 #050402

Monochromatic Colors of #050502

#050502

Complementary Color

#050502 #020205

#050502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050502 Color CSS Codes

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

#050502 Text Font Color

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

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


#050502 Background Color

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

This div background color is #050502


#050502 Border Color

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

This div border color is #050502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050502


Comments

No comments written yet.

Please login to write comment.