Color Hex Logo

#4212fb Color Hex

#4212FB
(66,18,251)
0 Favorites   0 Comments

Color spaces of #4212fb

RGB 6618251
HSL0.700.970.53
HSV252°93°98°
CMYK 0.740.930.00   0.02
XYZ19.87578.555991.8707
Yxy8.55590.16520.0711
Hunter Lab29.250570.1025-165.7444
CIE-Lab35.114876.4554-100.8597

#4212fb color RGB value is (66,18,251).

#4212fb hex color red value is 66, green value is 18 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4212fb hue: 0.70 , saturation: 0.97 and the lightness value of 4212fb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010010 11111011
Octal 102 22 373
Decimal 66 18 251
Hex 42 12 FB

RGB Percentages of Color #4212fb

%19.70
%5.37
%74.93

CMYK Percentages of Color #4212fb

%74
%93
%0
%2

Triadic Colors of #4212fb

#4212fb #fb4212 #12fb42

Analogous Colors of #4212fb

#4212fb #b712fb #1256fb

Monochromatic Colors of #4212fb

#4212fb

Complementary Color

#4212fb #cbfb12

#4212fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4212fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4212fb Color CSS Codes

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

#4212fb Text Font Color

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

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


#4212fb Background Color

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

This div background color is #4212fb


#4212fb Border Color

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

This div border color is #4212fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4212fb


Comments

No comments written yet.

Please login to write comment.