Color Hex Logo

#ba6ced Color Hex

#BA6CED
(186,108,237)
0 Favorites   0 Comments

Color spaces of #ba6ced

RGB 186108237
HSL0.770.780.68
HSV276°54°93°
CMYK 0.220.540.00   0.07
XYZ40.898327.278783.2305
Yxy27.27870.27010.1802
Hunter Lab52.229048.3749-57.9224
CIE-Lab59.231453.2052-53.1586

#ba6ced color RGB value is (186,108,237).

#ba6ced hex color red value is 186, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ba6ced hue: 0.77 , saturation: 0.78 and the lightness value of ba6ced is 0.68.

The process color (four color CMYK) of #ba6ced color hex is 0.22, 0.54, 0.00, 0.07. Web safe color of #ba6ced is #cc66ff. Color #ba6ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101100 11101101
Octal 272 154 355
Decimal 186 108 237
Hex BA 6C ED

RGB Percentages of Color #ba6ced

%35.03
%20.34
%44.63

CMYK Percentages of Color #ba6ced

%22
%54
%0
%7

Triadic Colors of #ba6ced

#ba6ced #edba6c #6cedba

Analogous Colors of #ba6ced

#ba6ced #ed6ce0 #7a6ced

Monochromatic Colors of #ba6ced

#ba6ced

Complementary Color

#ba6ced #9fed6c

#ba6ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6ced Color CSS Codes

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

#ba6ced Text Font Color

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

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


#ba6ced Background Color

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

This div background color is #ba6ced


#ba6ced Border Color

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

This div border color is #ba6ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,108,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba6ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba6ced;
  -webkit-box-shadow: 1px 1px 3px 2px #ba6ced;
  box-shadow:         1px 1px 3px 2px #ba6ced; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6ced


Comments

No comments written yet.

Please login to write comment.