Color Hex Logo

#3f0577 Color Hex

#3F0577
(63,5,119)
0 Favorites   0 Comments

Color spaces of #3f0577

RGB 635119
HSL0.750.920.24
HSV271°96°47°
CMYK 0.470.960.00   0.53
XYZ5.43392.497217.6484
Yxy2.49720.21240.0976
Hunter Lab15.802533.7250-55.1538
CIE-Lab17.905946.4706-50.5880

#3f0577 color RGB value is (63,5,119).

#3f0577 hex color red value is 63, green value is 5 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #3f0577 hue: 0.75 , saturation: 0.92 and the lightness value of 3f0577 is 0.24.

The process color (four color CMYK) of #3f0577 color hex is 0.47, 0.96, 0.00, 0.53. Web safe color of #3f0577 is #330066. Color #3f0577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00000101 01110111
Octal 77 5 167
Decimal 63 5 119
Hex 3F 5 77

RGB Percentages of Color #3f0577

%33.69
%2.67
%63.64

CMYK Percentages of Color #3f0577

%47
%96
%0
%53

Triadic Colors of #3f0577

#3f0577 #773f05 #05773f

Analogous Colors of #3f0577

#3f0577 #770576 #060577

Monochromatic Colors of #3f0577

#3f0577

Complementary Color

#3f0577 #3d7705

#3f0577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f0577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f0577 Color CSS Codes

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

#3f0577 Text Font Color

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

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


#3f0577 Background Color

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

This div background color is #3f0577


#3f0577 Border Color

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

This div border color is #3f0577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f0577


Comments

No comments written yet.

Please login to write comment.