Color Hex Logo

#4137fb Color Hex

#4137FB
(65,55,251)
0 Favorites   0 Comments

Color spaces of #4137fb

RGB 6555251
HSL0.680.960.60
HSV243°78°98°
CMYK 0.740.780.00   0.02
XYZ20.958710.821292.2508
Yxy10.82120.16900.0872
Hunter Lab32.895656.1600-143.2431
CIE-Lab39.277763.8072-93.9426

#4137fb color RGB value is (65,55,251).

#4137fb hex color red value is 65, green value is 55 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4137fb hue: 0.68 , saturation: 0.96 and the lightness value of 4137fb is 0.60.

The process color (four color CMYK) of #4137fb color hex is 0.74, 0.78, 0.00, 0.02. Web safe color of #4137fb is #3333ff. Color #4137fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110111 11111011
Octal 101 67 373
Decimal 65 55 251
Hex 41 37 FB

RGB Percentages of Color #4137fb

%17.52
%14.82
%67.65

CMYK Percentages of Color #4137fb

%74
%78
%0
%2

Triadic Colors of #4137fb

#4137fb #fb4137 #37fb41

Analogous Colors of #4137fb

#4137fb #a337fb #378ffb

Monochromatic Colors of #4137fb

#4137fb

Complementary Color

#4137fb #f1fb37

#4137fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4137fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4137fb Color CSS Codes

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

#4137fb Text Font Color

<p style="color:#4137fb">Text here</p>

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


#4137fb Background Color

<div style="background-color:#4137fb">
Div content here</div>

This div background color is #4137fb


#4137fb Border Color

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

This div border color is #4137fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,55,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4137fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4137fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4137fb;
  box-shadow:         1px 1px 3px 2px #4137fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4137fb


Comments

No comments written yet.

Please login to write comment.