Color Hex Logo

#3f0276 Color Hex

#3F0276
(63,2,118)
0 Favorites   0 Comments

Color spaces of #3f0276

RGB 632118
HSL0.750.970.24
HSV272°98°46°
CMYK 0.470.980.00   0.54
XYZ5.34162.408217.3228
Yxy2.40820.21300.0960
Hunter Lab15.518434.2846-55.3212
CIE-Lab17.498347.1311-50.6161

#3f0276 color RGB value is (63,2,118).

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

The process color (four color CMYK) of #3f0276 color hex is 0.47, 0.98, 0.00, 0.54. Web safe color of #3f0276 is #330066. Color #3f0276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00000010 01110110
Octal 77 2 166
Decimal 63 2 118
Hex 3F 2 76

RGB Percentages of Color #3f0276

%34.43
%1.09
%64.48

CMYK Percentages of Color #3f0276

%47
%98
%0
%54

Triadic Colors of #3f0276

#3f0276 #763f02 #02763f

Analogous Colors of #3f0276

#3f0276 #760273 #050276

Monochromatic Colors of #3f0276

#3f0276

Complementary Color

#3f0276 #397602

#3f0276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f0276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f0276 Color CSS Codes

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

#3f0276 Text Font Color

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

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


#3f0276 Background Color

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

This div background color is #3f0276


#3f0276 Border Color

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

This div border color is #3f0276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f0276


Comments

No comments written yet.

Please login to write comment.