Color Hex Logo

#ba8fdc Color Hex

#BA8FDC
(186,143,220)
0 Favorites   0 Comments

Color spaces of #ba8fdc

RGB 186143220
HSL0.760.520.71
HSV274°35°86°
CMYK 0.150.350.00   0.14
XYZ42.990435.251372.2485
Yxy35.25130.28570.2342
Hunter Lab59.372825.3451-30.5868
CIE-Lab65.943930.6020-33.1602

#ba8fdc color RGB value is (186,143,220).

#ba8fdc hex color red value is 186, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba8fdc hue: 0.76 , saturation: 0.52 and the lightness value of ba8fdc is 0.71.

The process color (four color CMYK) of #ba8fdc color hex is 0.15, 0.35, 0.00, 0.14. Web safe color of #ba8fdc is #cc99cc. Color #ba8fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001111 11011100
Octal 272 217 334
Decimal 186 143 220
Hex BA 8F DC

RGB Percentages of Color #ba8fdc

%33.88
%26.05
%40.07

CMYK Percentages of Color #ba8fdc

%15
%35
%0
%14

Triadic Colors of #ba8fdc

#ba8fdc #dcba8f #8fdcba

Analogous Colors of #ba8fdc

#ba8fdc #dc8fd8 #948fdc

Monochromatic Colors of #ba8fdc

#ba8fdc

Complementary Color

#ba8fdc #b1dc8f

#ba8fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8fdc Color CSS Codes

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

#ba8fdc Text Font Color

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

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


#ba8fdc Background Color

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

This div background color is #ba8fdc


#ba8fdc Border Color

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

This div border color is #ba8fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8fdc


Comments

No comments written yet.

Please login to write comment.