Color Hex Logo

#4b01ff Color Hex

#4B01FF
(75,1,255)
0 Favorites   0 Comments

Color spaces of #4b01ff

RGB 751255
HSL0.721.000.50
HSV257°100°100°
CMYK 0.711.000.00   0.00
XYZ20.96258.737695.1894
Yxy8.73760.16780.0700
Hunter Lab29.559474.8569-170.2383
CIE-Lab35.474180.2202-102.4890

#4b01ff color RGB value is (75,1,255).

#4b01ff hex color red value is 75, green value is 1 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4b01ff hue: 0.72 , saturation: 1.00 and the lightness value of 4b01ff is 0.50.

The process color (four color CMYK) of #4b01ff color hex is 0.71, 1.00, 0.00, 0.00. Web safe color of #4b01ff is #3300ff. Color #4b01ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000001 11111111
Octal 113 1 377
Decimal 75 1 255
Hex 4B 1 FF

RGB Percentages of Color #4b01ff

%22.66
%0.30
%77.04

CMYK Percentages of Color #4b01ff

%71
%100
%0
%0

Triadic Colors of #4b01ff

#4b01ff #ff4b01 #01ff4b

Analogous Colors of #4b01ff

#4b01ff #ca01ff #0136ff

Monochromatic Colors of #4b01ff

#4b01ff

Complementary Color

#4b01ff #b5ff01

#4b01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b01ff Color CSS Codes

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

#4b01ff Text Font Color

<p style="color:#4b01ff">Text here</p>

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


#4b01ff Background Color

<div style="background-color:#4b01ff">
Div content here</div>

This div background color is #4b01ff


#4b01ff Border Color

<div style="border:3px solid #4b01ff">
Div here</div>

This div border color is #4b01ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,1,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b01ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b01ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4b01ff;
  box-shadow:         1px 1px 3px 2px #4b01ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,1,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b01ff


Comments

No comments written yet.

Please login to write comment.