Color Hex Logo

#4135b7 Color Hex

#4135B7
(65,53,183)
0 Favorites   0 Comments

Color spaces of #4135b7

RGB 6553183
HSL0.680.550.46
HSV246°71°72°
CMYK 0.640.710.00   0.28
XYZ12.00037.088945.5356
Yxy7.08890.18570.1097
Hunter Lab26.625033.8590-82.7637
CIE-Lab32.008443.9019-66.7908

#4135b7 color RGB value is (65,53,183).

#4135b7 hex color red value is 65, green value is 53 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #4135b7 hue: 0.68 , saturation: 0.55 and the lightness value of 4135b7 is 0.46.

The process color (four color CMYK) of #4135b7 color hex is 0.64, 0.71, 0.00, 0.28. Web safe color of #4135b7 is #3333cc. Color #4135b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110101 10110111
Octal 101 65 267
Decimal 65 53 183
Hex 41 35 B7

RGB Percentages of Color #4135b7

%21.59
%17.61
%60.80

CMYK Percentages of Color #4135b7

%64
%71
%0
%28

Triadic Colors of #4135b7

#4135b7 #b74135 #35b741

Analogous Colors of #4135b7

#4135b7 #8235b7 #356ab7

Monochromatic Colors of #4135b7

#4135b7

Complementary Color

#4135b7 #abb735

#4135b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4135b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4135b7 Color CSS Codes

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

#4135b7 Text Font Color

<p style="color:#4135b7">Text here</p>

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


#4135b7 Background Color

<div style="background-color:#4135b7">
Div content here</div>

This div background color is #4135b7


#4135b7 Border Color

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

This div border color is #4135b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,53,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4135b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4135b7;
  -webkit-box-shadow: 1px 1px 3px 2px #4135b7;
  box-shadow:         1px 1px 3px 2px #4135b7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4135b7


Comments

No comments written yet.

Please login to write comment.