Color Hex Logo

#6835ba Color Hex

#6835BA
(104,53,186)
0 Favorites   0 Comments

Color spaces of #6835ba

RGB 10453186
HSL0.730.560.47
HSV263°72°73°
CMYK 0.440.720.00   0.27
XYZ15.84499.034447.3631
Yxy9.03440.21930.1251
Hunter Lab30.057341.4973-72.3868
CIE-Lab36.050450.8269-61.7965

#6835ba color RGB value is (104,53,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110101 10111010
Octal 150 65 272
Decimal 104 53 186
Hex 68 35 BA

RGB Percentages of Color #6835ba

%30.32
%15.45
%54.23

CMYK Percentages of Color #6835ba

%44
%72
%0
%27

Triadic Colors of #6835ba

#6835ba #ba6835 #35ba68

Analogous Colors of #6835ba

#6835ba #ab35ba #3544ba

Monochromatic Colors of #6835ba

#6835ba

Complementary Color

#6835ba #87ba35

#6835ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6835ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6835ba Color CSS Codes

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

#6835ba Text Font Color

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

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


#6835ba Background Color

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

This div background color is #6835ba


#6835ba Border Color

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

This div border color is #6835ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6835ba


Comments

No comments written yet.

Please login to write comment.