Color Hex Logo

#3f5fca Color Hex

#3F5FCA
(63,95,202)
0 Favorites   0 Comments

Color spaces of #3f5fca

RGB 6395202
HSL0.630.570.52
HSV226°69°79°
CMYK 0.690.530.00   0.21
XYZ16.802813.505457.5983
Yxy13.50540.19110.1536
Hunter Lab36.749717.3023-67.2012
CIE-Lab43.515124.0889-59.1386

#3f5fca color RGB value is (63,95,202).

#3f5fca hex color red value is 63, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3f5fca hue: 0.63 , saturation: 0.57 and the lightness value of 3f5fca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01011111 11001010
Octal 77 137 312
Decimal 63 95 202
Hex 3F 5F CA

RGB Percentages of Color #3f5fca

%17.50
%26.39
%56.11

CMYK Percentages of Color #3f5fca

%69
%53
%0
%21

Triadic Colors of #3f5fca

#3f5fca #ca3f5f #5fca3f

Analogous Colors of #3f5fca

#3f5fca #653fca #3fa5ca

Monochromatic Colors of #3f5fca

#3f5fca

Complementary Color

#3f5fca #caaa3f

#3f5fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f5fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f5fca Color CSS Codes

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

#3f5fca Text Font Color

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

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


#3f5fca Background Color

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

This div background color is #3f5fca


#3f5fca Border Color

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

This div border color is #3f5fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f5fca


Comments

No comments written yet.

Please login to write comment.