Color Hex Logo

#3f27b6 Color Hex

#3F27B6
(63,39,182)
0 Favorites   0 Comments

Color spaces of #3f27b6

RGB 6339182
HSL0.690.650.43
HSV250°79°71°
CMYK 0.650.790.00   0.29
XYZ11.21895.885244.8006
Yxy5.88520.18120.0951
Hunter Lab24.259440.0942-92.5110
CIE-Lab29.121050.7809-70.9601

#3f27b6 color RGB value is (63,39,182).

#3f27b6 hex color red value is 63, green value is 39 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #3f27b6 hue: 0.69 , saturation: 0.65 and the lightness value of 3f27b6 is 0.43.

The process color (four color CMYK) of #3f27b6 color hex is 0.65, 0.79, 0.00, 0.29. Web safe color of #3f27b6 is #3333cc. Color #3f27b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00100111 10110110
Octal 77 47 266
Decimal 63 39 182
Hex 3F 27 B6

RGB Percentages of Color #3f27b6

%22.18
%13.73
%64.08

CMYK Percentages of Color #3f27b6

%65
%79
%0
%29

Triadic Colors of #3f27b6

#3f27b6 #b63f27 #27b63f

Analogous Colors of #3f27b6

#3f27b6 #8727b6 #2757b6

Monochromatic Colors of #3f27b6

#3f27b6

Complementary Color

#3f27b6 #9eb627

#3f27b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f27b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f27b6 Color CSS Codes

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

#3f27b6 Text Font Color

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

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


#3f27b6 Background Color

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

This div background color is #3f27b6


#3f27b6 Border Color

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

This div border color is #3f27b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f27b6


Comments

No comments written yet.

Please login to write comment.