Color Hex Logo

#5f0675 Color Hex

#5F0675
(95,6,117)
0 Favorites   0 Comments

Color spaces of #5f0675

RGB 956117
HSL0.800.900.24
HSV288°95°46°
CMYK 0.190.950.00   0.54
XYZ7.99533.847517.1509
Yxy3.84750.27580.1327
Hunter Lab19.615038.4322-38.1111
CIE-Lab23.160750.2834-40.4936

#5f0675 color RGB value is (95,6,117).

#5f0675 hex color red value is 95, green value is 6 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #5f0675 hue: 0.80 , saturation: 0.90 and the lightness value of 5f0675 is 0.24.

The process color (four color CMYK) of #5f0675 color hex is 0.19, 0.95, 0.00, 0.54. Web safe color of #5f0675 is #660066. Color #5f0675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00000110 01110101
Octal 137 6 165
Decimal 95 6 117
Hex 5F 6 75

RGB Percentages of Color #5f0675

%43.58
%2.75
%53.67

CMYK Percentages of Color #5f0675

%19
%95
%0
%54

Triadic Colors of #5f0675

#5f0675 #755f06 #06755f

Analogous Colors of #5f0675

#5f0675 #750653 #280675

Monochromatic Colors of #5f0675

#5f0675

Complementary Color

#5f0675 #1c7506

#5f0675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f0675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f0675 Color CSS Codes

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

#5f0675 Text Font Color

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

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


#5f0675 Background Color

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

This div background color is #5f0675


#5f0675 Border Color

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

This div border color is #5f0675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f0675


Comments

No comments written yet.

Please login to write comment.