Color Hex Logo

#4201fb Color Hex

#4201FB
(66,1,251)
0 Favorites   0 Comments

Color spaces of #4201fb

RGB 661251
HSL0.710.990.49
HSV256°100°98°
CMYK 0.741.000.00   0.02
XYZ19.67028.145091.8022
Yxy8.14500.16440.0681
Hunter Lab28.539473.0833-170.7392
CIE-Lab34.283179.0141-102.2467

#4201fb color RGB value is (66,1,251).

#4201fb hex color red value is 66, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4201fb hue: 0.71 , saturation: 0.99 and the lightness value of 4201fb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000001 11111011
Octal 102 1 373
Decimal 66 1 251
Hex 42 1 FB

RGB Percentages of Color #4201fb

%20.75
%0.31
%78.93

CMYK Percentages of Color #4201fb

%74
%100
%0
%2

Triadic Colors of #4201fb

#4201fb #fb4201 #01fb42

Analogous Colors of #4201fb

#4201fb #bf01fb #013dfb

Monochromatic Colors of #4201fb

#4201fb

Complementary Color

#4201fb #bafb01

#4201fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4201fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4201fb Color CSS Codes

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

#4201fb Text Font Color

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

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


#4201fb Background Color

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

This div background color is #4201fb


#4201fb Border Color

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

This div border color is #4201fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,1,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 #4201fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4201fb


Comments

No comments written yet.

Please login to write comment.