Color Hex Logo

#4133fe Color Hex

#4133FE
(65,51,254)
0 Favorites   0 Comments

Color spaces of #4133fe

RGB 6551254
HSL0.680.990.60
HSV244°80°100°
CMYK 0.740.800.00   0.00
XYZ21.253210.647294.7009
Yxy10.64720.16790.0841
Hunter Lab32.630059.1613-149.2340
CIE-Lab38.979866.4994-96.1170

#4133fe color RGB value is (65,51,254).

#4133fe hex color red value is 65, green value is 51 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4133fe hue: 0.68 , saturation: 0.99 and the lightness value of 4133fe is 0.60.

The process color (four color CMYK) of #4133fe color hex is 0.74, 0.80, 0.00, 0.00. Web safe color of #4133fe is #3333ff. Color #4133fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110011 11111110
Octal 101 63 376
Decimal 65 51 254
Hex 41 33 FE

RGB Percentages of Color #4133fe

%17.57
%13.78
%68.65

CMYK Percentages of Color #4133fe

%74
%80
%0
%0

Triadic Colors of #4133fe

#4133fe #fe4133 #33fe41

Analogous Colors of #4133fe

#4133fe #a733fe #338bfe

Monochromatic Colors of #4133fe

#4133fe

Complementary Color

#4133fe #f0fe33

#4133fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4133fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4133fe Color CSS Codes

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

#4133fe Text Font Color

<p style="color:#4133fe">Text here</p>

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


#4133fe Background Color

<div style="background-color:#4133fe">
Div content here</div>

This div background color is #4133fe


#4133fe Border Color

<div style="border:3px solid #4133fe">
Div here</div>

This div border color is #4133fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,51,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4133fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4133fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4133fe;
  box-shadow:         1px 1px 3px 2px #4133fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4133fe


Comments

No comments written yet.

Please login to write comment.