Color Hex Logo

#6434ba Color Hex

#6434BA
(100,52,186)
0 Favorites   0 Comments

Color spaces of #6434ba

RGB 10052186
HSL0.730.560.47
HSV261°72°73°
CMYK 0.460.720.00   0.27
XYZ15.34648.710547.3268
Yxy8.71050.21500.1220
Hunter Lab29.513641.1674-74.4157
CIE-Lab35.420850.6241-62.8433

#6434ba color RGB value is (100,52,186).

#6434ba hex color red value is 100, green value is 52 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6434ba hue: 0.73 , saturation: 0.56 and the lightness value of 6434ba is 0.47.

The process color (four color CMYK) of #6434ba color hex is 0.46, 0.72, 0.00, 0.27. Web safe color of #6434ba is #6633cc. Color #6434ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110100 10111010
Octal 144 64 272
Decimal 100 52 186
Hex 64 34 BA

RGB Percentages of Color #6434ba

%29.59
%15.38
%55.03

CMYK Percentages of Color #6434ba

%46
%72
%0
%27

Triadic Colors of #6434ba

#6434ba #ba6434 #34ba64

Analogous Colors of #6434ba

#6434ba #a734ba #3447ba

Monochromatic Colors of #6434ba

#6434ba

Complementary Color

#6434ba #8aba34

#6434ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6434ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6434ba Color CSS Codes

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

#6434ba Text Font Color

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

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


#6434ba Background Color

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

This div background color is #6434ba


#6434ba Border Color

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

This div border color is #6434ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,52,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 #6434ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6434ba


Comments

No comments written yet.

Please login to write comment.