Color Hex Logo

#ba67dd Color Hex

#BA67DD
(186,103,221)
0 Favorites   0 Comments

Color spaces of #ba67dd

RGB 186103221
HSL0.780.630.64
HSV282°53°87°
CMYK 0.160.530.00   0.13
XYZ38.151125.360171.2908
Yxy25.36010.28300.1881
Hunter Lab50.358847.1011-48.6831
CIE-Lab57.424652.3446-47.0744

#ba67dd color RGB value is (186,103,221).

#ba67dd hex color red value is 186, green value is 103 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba67dd hue: 0.78 , saturation: 0.63 and the lightness value of ba67dd is 0.64.

The process color (four color CMYK) of #ba67dd color hex is 0.16, 0.53, 0.00, 0.13. Web safe color of #ba67dd is #cc66cc. Color #ba67dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 11011101
Octal 272 147 335
Decimal 186 103 221
Hex BA 67 DD

RGB Percentages of Color #ba67dd

%36.47
%20.20
%43.33

CMYK Percentages of Color #ba67dd

%16
%53
%0
%13

Triadic Colors of #ba67dd

#ba67dd #ddba67 #67ddba

Analogous Colors of #ba67dd

#ba67dd #dd67c5 #7f67dd

Monochromatic Colors of #ba67dd

#ba67dd

Complementary Color

#ba67dd #8add67

#ba67dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba67dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba67dd Color CSS Codes

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

#ba67dd Text Font Color

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

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


#ba67dd Background Color

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

This div background color is #ba67dd


#ba67dd Border Color

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

This div border color is #ba67dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba67dd


Comments

No comments written yet.

Please login to write comment.