Color Hex Logo

#3f54ce Color Hex

#3F54CE
(63,84,206)
0 Favorites   0 Comments

Color spaces of #3f54ce

RGB 6384206
HSL0.640.590.53
HSV231°69°81°
CMYK 0.690.590.00   0.19
XYZ16.360811.853659.8182
Yxy11.85360.18580.1347
Hunter Lab34.429124.5729-78.9121
CIE-Lab40.982532.5228-65.5570

#3f54ce color RGB value is (63,84,206).

#3f54ce hex color red value is 63, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3f54ce hue: 0.64 , saturation: 0.59 and the lightness value of 3f54ce is 0.53.

The process color (four color CMYK) of #3f54ce color hex is 0.69, 0.59, 0.00, 0.19. Web safe color of #3f54ce is #3366cc. Color #3f54ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010100 11001110
Octal 77 124 316
Decimal 63 84 206
Hex 3F 54 CE

RGB Percentages of Color #3f54ce

%17.85
%23.80
%58.36

CMYK Percentages of Color #3f54ce

%69
%59
%0
%19

Triadic Colors of #3f54ce

#3f54ce #ce3f54 #54ce3f

Analogous Colors of #3f54ce

#3f54ce #723fce #3f9cce

Monochromatic Colors of #3f54ce

#3f54ce

Complementary Color

#3f54ce #ceb93f

#3f54ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f54ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f54ce Color CSS Codes

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

#3f54ce Text Font Color

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

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


#3f54ce Background Color

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

This div background color is #3f54ce


#3f54ce Border Color

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

This div border color is #3f54ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f54ce


Comments

No comments written yet.

Please login to write comment.