Color Hex Logo

#3f60ca Color Hex

#3F60CA
(63,96,202)
0 Favorites   0 Comments

Color spaces of #3f60ca

RGB 6396202
HSL0.630.570.52
HSV226°69°79°
CMYK 0.690.520.00   0.21
XYZ16.893413.686857.6285
Yxy13.68680.19150.1552
Hunter Lab36.995716.7663-66.4596
CIE-Lab43.780423.4489-58.7095

#3f60ca color RGB value is (63,96,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 11001010
Octal 77 140 312
Decimal 63 96 202
Hex 3F 60 CA

RGB Percentages of Color #3f60ca

%17.45
%26.59
%55.96

CMYK Percentages of Color #3f60ca

%69
%52
%0
%21

Triadic Colors of #3f60ca

#3f60ca #ca3f60 #60ca3f

Analogous Colors of #3f60ca

#3f60ca #643fca #3fa6ca

Monochromatic Colors of #3f60ca

#3f60ca

Complementary Color

#3f60ca #caa93f

#3f60ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f60ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f60ca Color CSS Codes

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

#3f60ca Text Font Color

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

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


#3f60ca Background Color

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

This div background color is #3f60ca


#3f60ca Border Color

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

This div border color is #3f60ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,96,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 #3f60ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f60ca


Comments

No comments written yet.

Please login to write comment.