Color Hex Logo

#ba8fee Color Hex

#BA8FEE
(186,143,238)
0 Favorites   0 Comments

Color spaces of #ba8fee

RGB 186143238
HSL0.740.740.75
HSV267°40°93°
CMYK 0.220.400.00   0.07
XYZ45.504836.257185.4889
Yxy36.25710.27210.2168
Hunter Lab60.213929.5217-42.0275
CIE-Lab66.715934.6156-41.8935

#ba8fee color RGB value is (186,143,238).

#ba8fee hex color red value is 186, green value is 143 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba8fee hue: 0.74 , saturation: 0.74 and the lightness value of ba8fee is 0.75.

The process color (four color CMYK) of #ba8fee color hex is 0.22, 0.40, 0.00, 0.07. Web safe color of #ba8fee is #cc99ff. Color #ba8fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001111 11101110
Octal 272 217 356
Decimal 186 143 238
Hex BA 8F EE

RGB Percentages of Color #ba8fee

%32.80
%25.22
%41.98

CMYK Percentages of Color #ba8fee

%22
%40
%0
%7

Triadic Colors of #ba8fee

#ba8fee #eeba8f #8feeba

Analogous Colors of #ba8fee

#ba8fee #ea8fee #8f94ee

Monochromatic Colors of #ba8fee

#ba8fee

Complementary Color

#ba8fee #c3ee8f

#ba8fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8fee Color CSS Codes

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

#ba8fee Text Font Color

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

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


#ba8fee Background Color

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

This div background color is #ba8fee


#ba8fee Border Color

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

This div border color is #ba8fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8fee


Comments

No comments written yet.

Please login to write comment.