Color Hex Logo

#4130da Color Hex

#4130DA
(65,48,218)
0 Favorites   0 Comments

Color spaces of #4130da

RGB 6548218
HSL0.680.700.52
HSV246°78°85°
CMYK 0.700.780.00   0.15
XYZ15.89188.299767.0941
Yxy8.29970.17410.0909
Hunter Lab28.809248.0485-117.9148
CIE-Lab34.599457.3526-82.9512

#4130da color RGB value is (65,48,218).

#4130da hex color red value is 65, green value is 48 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4130da hue: 0.68 , saturation: 0.70 and the lightness value of 4130da is 0.52.

The process color (four color CMYK) of #4130da color hex is 0.70, 0.78, 0.00, 0.15. Web safe color of #4130da is #3333cc. Color #4130da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110000 11011010
Octal 101 60 332
Decimal 65 48 218
Hex 41 30 DA

RGB Percentages of Color #4130da

%19.64
%14.50
%65.86

CMYK Percentages of Color #4130da

%70
%78
%0
%15

Triadic Colors of #4130da

#4130da #da4130 #30da41

Analogous Colors of #4130da

#4130da #9630da #3074da

Monochromatic Colors of #4130da

#4130da

Complementary Color

#4130da #c9da30

#4130da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4130da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4130da Color CSS Codes

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

#4130da Text Font Color

<p style="color:#4130da">Text here</p>

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


#4130da Background Color

<div style="background-color:#4130da">
Div content here</div>

This div background color is #4130da


#4130da Border Color

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

This div border color is #4130da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,48,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4130da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4130da;
  -webkit-box-shadow: 1px 1px 3px 2px #4130da;
  box-shadow:         1px 1px 3px 2px #4130da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,48,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4130da


Comments

No comments written yet.

Please login to write comment.