Color Hex Logo

#3f25aa Color Hex

#3F25AA
(63,37,170)
0 Favorites   0 Comments

Color spaces of #3f25aa

RGB 6337170
HSL0.700.640.41
HSV252°78°67°
CMYK 0.630.780.00   0.33
XYZ9.96725.282238.5244
Yxy5.28220.18540.0982
Hunter Lab22.983037.1909-83.2944
CIE-Lab27.524148.1805-66.4147

#3f25aa color RGB value is (63,37,170).

#3f25aa hex color red value is 63, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3f25aa hue: 0.70 , saturation: 0.64 and the lightness value of 3f25aa is 0.41.

The process color (four color CMYK) of #3f25aa color hex is 0.63, 0.78, 0.00, 0.33. Web safe color of #3f25aa is #333399. Color #3f25aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00100101 10101010
Octal 77 45 252
Decimal 63 37 170
Hex 3F 25 AA

RGB Percentages of Color #3f25aa

%23.33
%13.70
%62.96

CMYK Percentages of Color #3f25aa

%63
%78
%0
%33

Triadic Colors of #3f25aa

#3f25aa #aa3f25 #25aa3f

Analogous Colors of #3f25aa

#3f25aa #8225aa #254eaa

Monochromatic Colors of #3f25aa

#3f25aa

Complementary Color

#3f25aa #90aa25

#3f25aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f25aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f25aa Color CSS Codes

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

#3f25aa Text Font Color

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

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


#3f25aa Background Color

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

This div background color is #3f25aa


#3f25aa Border Color

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

This div border color is #3f25aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f25aa


Comments

No comments written yet.

Please login to write comment.