Color Hex Logo

#3f19ca Color Hex

#3F19CA
(63,25,202)
0 Favorites   0 Comments

Color spaces of #3f19ca

RGB 6325202
HSL0.700.780.45
HSV253°88°79°
CMYK 0.690.880.00   0.21
XYZ13.05826.016356.3501
Yxy6.01630.17310.0798
Hunter Lab24.528152.1049-119.0411
CIE-Lab29.453662.0787-82.2057

#3f19ca color RGB value is (63,25,202).

#3f19ca hex color red value is 63, green value is 25 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3f19ca hue: 0.70 , saturation: 0.78 and the lightness value of 3f19ca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011001 11001010
Octal 77 31 312
Decimal 63 25 202
Hex 3F 19 CA

RGB Percentages of Color #3f19ca

%21.72
%8.62
%69.66

CMYK Percentages of Color #3f19ca

%69
%88
%0
%21

Triadic Colors of #3f19ca

#3f19ca #ca3f19 #19ca3f

Analogous Colors of #3f19ca

#3f19ca #9819ca #194cca

Monochromatic Colors of #3f19ca

#3f19ca

Complementary Color

#3f19ca #a4ca19

#3f19ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f19ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f19ca Color CSS Codes

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

#3f19ca Text Font Color

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

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


#3f19ca Background Color

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

This div background color is #3f19ca


#3f19ca Border Color

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

This div border color is #3f19ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f19ca


Comments

No comments written yet.

Please login to write comment.