Color Hex Logo

#3f06cd Color Hex

#3F06CD
(63,6,205)
0 Favorites   0 Comments

Color spaces of #3f06cd

RGB 636205
HSL0.710.940.41
HSV257°97°80°
CMYK 0.690.970.00   0.20
XYZ13.13455.594858.1452
Yxy5.59480.17090.0728
Hunter Lab23.653357.7263-129.1908
CIE-Lab28.366367.2668-85.7676

#3f06cd color RGB value is (63,6,205).

#3f06cd hex color red value is 63, green value is 6 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3f06cd hue: 0.71 , saturation: 0.94 and the lightness value of 3f06cd is 0.41.

The process color (four color CMYK) of #3f06cd color hex is 0.69, 0.97, 0.00, 0.20. Web safe color of #3f06cd is #3300cc. Color #3f06cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00000110 11001101
Octal 77 6 315
Decimal 63 6 205
Hex 3F 6 CD

RGB Percentages of Color #3f06cd

%22.99
%2.19
%74.82

CMYK Percentages of Color #3f06cd

%69
%97
%0
%20

Triadic Colors of #3f06cd

#3f06cd #cd3f06 #06cd3f

Analogous Colors of #3f06cd

#3f06cd #a306cd #0630cd

Monochromatic Colors of #3f06cd

#3f06cd

Complementary Color

#3f06cd #94cd06

#3f06cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f06cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f06cd Color CSS Codes

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

#3f06cd Text Font Color

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

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


#3f06cd Background Color

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

This div background color is #3f06cd


#3f06cd Border Color

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

This div border color is #3f06cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f06cd


Comments

No comments written yet.

Please login to write comment.