Color Hex Logo

#6836ba Color Hex

#6836BA
(104,54,186)
0 Favorites   0 Comments

Color spaces of #6836ba

RGB 10454186
HSL0.730.550.47
HSV263°71°73°
CMYK 0.440.710.00   0.27
XYZ15.89109.126647.3784
Yxy9.12660.21950.1261
Hunter Lab30.210341.0254-71.8366
CIE-Lab36.226950.3328-61.5085

#6836ba color RGB value is (104,54,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110110 10111010
Octal 150 66 272
Decimal 104 54 186
Hex 68 36 BA

RGB Percentages of Color #6836ba

%30.23
%15.70
%54.07

CMYK Percentages of Color #6836ba

%44
%71
%0
%27

Triadic Colors of #6836ba

#6836ba #ba6836 #36ba68

Analogous Colors of #6836ba

#6836ba #aa36ba #3646ba

Monochromatic Colors of #6836ba

#6836ba

Complementary Color

#6836ba #88ba36

#6836ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6836ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6836ba Color CSS Codes

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

#6836ba Text Font Color

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

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


#6836ba Background Color

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

This div background color is #6836ba


#6836ba Border Color

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

This div border color is #6836ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6836ba


Comments

No comments written yet.

Please login to write comment.