Color Hex Logo

#4612da Color Hex

#4612DA
(70,18,218)
0 Favorites   0 Comments

Color spaces of #4612da

RGB 7018218
HSL0.710.850.46
HSV256°92°85°
CMYK 0.680.920.00   0.15
XYZ15.39706.796766.8300
Yxy6.79670.17300.0763
Hunter Lab26.070559.7972-133.7368
CIE-Lab31.339568.5147-88.3481

#4612da color RGB value is (70,18,218).

#4612da hex color red value is 70, green value is 18 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4612da hue: 0.71 , saturation: 0.85 and the lightness value of 4612da is 0.46.

The process color (four color CMYK) of #4612da color hex is 0.68, 0.92, 0.00, 0.15. Web safe color of #4612da is #3300cc. Color #4612da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010010 11011010
Octal 106 22 332
Decimal 70 18 218
Hex 46 12 DA

RGB Percentages of Color #4612da

%22.88
%5.88
%71.24

CMYK Percentages of Color #4612da

%68
%92
%0
%15

Triadic Colors of #4612da

#4612da #da4612 #12da46

Analogous Colors of #4612da

#4612da #aa12da #1242da

Monochromatic Colors of #4612da

#4612da

Complementary Color

#4612da #a6da12

#4612da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4612da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4612da Color CSS Codes

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

#4612da Text Font Color

<p style="color:#4612da">Text here</p>

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


#4612da Background Color

<div style="background-color:#4612da">
Div content here</div>

This div background color is #4612da


#4612da Border Color

<div style="border:3px solid #4612da">
Div here</div>

This div border color is #4612da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,18,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4612da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4612da;
  -webkit-box-shadow: 1px 1px 3px 2px #4612da;
  box-shadow:         1px 1px 3px 2px #4612da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4612da


Comments

No comments written yet.

Please login to write comment.