Color Hex Logo

#4134da Color Hex

#4134DA
(65,52,218)
0 Favorites   0 Comments

Color spaces of #4134da

RGB 6552218
HSL0.680.690.53
HSV245°76°85°
CMYK 0.700.760.00   0.15
XYZ16.06298.641867.1511
Yxy8.64180.17490.0941
Hunter Lab29.396946.0903-114.8576
CIE-Lab35.285355.3813-81.8169

#4134da color RGB value is (65,52,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110100 11011010
Octal 101 64 332
Decimal 65 52 218
Hex 41 34 DA

RGB Percentages of Color #4134da

%19.40
%15.52
%65.07

CMYK Percentages of Color #4134da

%70
%76
%0
%15

Triadic Colors of #4134da

#4134da #da4134 #34da41

Analogous Colors of #4134da

#4134da #9434da #347ada

Monochromatic Colors of #4134da

#4134da

Complementary Color

#4134da #cdda34

#4134da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4134da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4134da Color CSS Codes

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

#4134da Text Font Color

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

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


#4134da Background Color

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

This div background color is #4134da


#4134da Border Color

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

This div border color is #4134da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,52,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 #4134da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4134da


Comments

No comments written yet.

Please login to write comment.