Color Hex Logo

#4648fa Color Hex

#4648FA
(70,72,250)
0 Favorites   0 Comments

Color spaces of #4648fa

RGB 7072250
HSL0.660.950.63
HSV239°72°98°
CMYK 0.720.710.00   0.02
XYZ22.098512.838991.7559
Yxy12.83890.17440.1013
Hunter Lab35.831447.3823-126.7459
CIE-Lab42.519555.2134-88.0142

#4648fa color RGB value is (70,72,250).

#4648fa hex color red value is 70, green value is 72 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4648fa hue: 0.66 , saturation: 0.95 and the lightness value of 4648fa is 0.63.

The process color (four color CMYK) of #4648fa color hex is 0.72, 0.71, 0.00, 0.02. Web safe color of #4648fa is #3333ff. Color #4648fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 11111010
Octal 106 110 372
Decimal 70 72 250
Hex 46 48 FA

RGB Percentages of Color #4648fa

%17.86
%18.37
%63.78

CMYK Percentages of Color #4648fa

%72
%71
%0
%2

Triadic Colors of #4648fa

#4648fa #fa4648 #48fa46

Analogous Colors of #4648fa

#4648fa #9e46fa #46a2fa

Monochromatic Colors of #4648fa

#4648fa

Complementary Color

#4648fa #faf846

#4648fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4648fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4648fa Color CSS Codes

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

#4648fa Text Font Color

<p style="color:#4648fa">Text here</p>

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


#4648fa Background Color

<div style="background-color:#4648fa">
Div content here</div>

This div background color is #4648fa


#4648fa Border Color

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

This div border color is #4648fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,72,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4648fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4648fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4648fa;
  box-shadow:         1px 1px 3px 2px #4648fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,72,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4648fa


Comments

No comments written yet.

Please login to write comment.