Color Hex Logo

#4212dc Color Hex

#4212DC
(66,18,220)
0 Favorites   0 Comments

Color spaces of #4212dc

RGB 6618220
HSL0.710.850.47
HSV254°92°86°
CMYK 0.700.920.00   0.14
XYZ15.38136.758268.2039
Yxy6.75820.17030.0748
Hunter Lab25.996560.1187-137.3543
CIE-Lab31.250068.8081-89.6593

#4212dc color RGB value is (66,18,220).

#4212dc hex color red value is 66, green value is 18 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4212dc hue: 0.71 , saturation: 0.85 and the lightness value of 4212dc is 0.47.

The process color (four color CMYK) of #4212dc color hex is 0.70, 0.92, 0.00, 0.14. Web safe color of #4212dc is #3300cc. Color #4212dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010010 11011100
Octal 102 22 334
Decimal 66 18 220
Hex 42 12 DC

RGB Percentages of Color #4212dc

%21.71
%5.92
%72.37

CMYK Percentages of Color #4212dc

%70
%92
%0
%14

Triadic Colors of #4212dc

#4212dc #dc4212 #12dc42

Analogous Colors of #4212dc

#4212dc #a712dc #1247dc

Monochromatic Colors of #4212dc

#4212dc

Complementary Color

#4212dc #acdc12

#4212dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4212dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4212dc Color CSS Codes

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

#4212dc Text Font Color

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

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


#4212dc Background Color

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

This div background color is #4212dc


#4212dc Border Color

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

This div border color is #4212dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,18,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4212dc


Comments

No comments written yet.

Please login to write comment.