Color Hex Logo

#ba5068 Color Hex

#BA5068
(186,80,104)
0 Favorites   0 Comments

Color spaces of #ba5068

RGB 18680104
HSL0.960.430.52
HSV346°57°73°
CMYK 0.000.570.44   0.27
XYZ25.617117.175915.0618
Yxy17.17590.44280.2969
Hunter Lab41.443837.80717.4631
CIE-Lab48.480945.03887.7386

#ba5068 color RGB value is (186,80,104).

#ba5068 hex color red value is 186, green value is 80 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ba5068 hue: 0.96 , saturation: 0.43 and the lightness value of ba5068 is 0.52.

The process color (four color CMYK) of #ba5068 color hex is 0.00, 0.57, 0.44, 0.27. Web safe color of #ba5068 is #cc6666. Color #ba5068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 01101000
Octal 272 120 150
Decimal 186 80 104
Hex BA 50 68

RGB Percentages of Color #ba5068

%50.27
%21.62
%28.11

CMYK Percentages of Color #ba5068

%0
%57
%44
%27

Triadic Colors of #ba5068

#ba5068 #68ba50 #5068ba

Analogous Colors of #ba5068

#ba5068 #ba6d50 #ba509d

Monochromatic Colors of #ba5068

#ba5068

Complementary Color

#ba5068 #50baa2

#ba5068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5068 Color CSS Codes

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

#ba5068 Text Font Color

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

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


#ba5068 Background Color

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

This div background color is #ba5068


#ba5068 Border Color

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

This div border color is #ba5068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5068


Comments

No comments written yet.

Please login to write comment.