Color Hex Logo

#4612ba Color Hex

#4612BA
(70,18,186)
0 Favorites   0 Comments

Color spaces of #4612ba

RGB 7018186
HSL0.720.820.40
HSV259°90°73°
CMYK 0.620.900.00   0.27
XYZ11.60505.279946.8618
Yxy5.27990.18200.0828
Hunter Lab22.978049.9394-104.8324
CIE-Lab27.517860.4733-75.9715

#4612ba color RGB value is (70,18,186).

#4612ba hex color red value is 70, green value is 18 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4612ba hue: 0.72 , saturation: 0.82 and the lightness value of 4612ba is 0.40.

The process color (four color CMYK) of #4612ba color hex is 0.62, 0.90, 0.00, 0.27. Web safe color of #4612ba is #3300cc. Color #4612ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010010 10111010
Octal 106 22 272
Decimal 70 18 186
Hex 46 12 BA

RGB Percentages of Color #4612ba

%25.55
%6.57
%67.88

CMYK Percentages of Color #4612ba

%62
%90
%0
%27

Triadic Colors of #4612ba

#4612ba #ba4612 #12ba46

Analogous Colors of #4612ba

#4612ba #9a12ba #1232ba

Monochromatic Colors of #4612ba

#4612ba

Complementary Color

#4612ba #86ba12

#4612ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4612ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4612ba Color CSS Codes

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

#4612ba Text Font Color

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

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


#4612ba Background Color

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

This div background color is #4612ba


#4612ba Border Color

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

This div border color is #4612ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4612ba


Comments

No comments written yet.

Please login to write comment.