Color Hex Logo

#bd38ba Color Hex

#BD38BA
(189,56,186)
0 Favorites   0 Comments

Color spaces of #bd38ba

RGB 18956186
HSL0.840.540.48
HSV301°70°74°
CMYK 0.000.700.02   0.26
XYZ31.263417.192348.1251
Yxy17.19230.32370.1780
Hunter Lab41.463662.0270-39.7910
CIE-Lab48.501467.1224-41.1376

#bd38ba color RGB value is (189,56,186).

#bd38ba hex color red value is 189, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd38ba hue: 0.84 , saturation: 0.54 and the lightness value of bd38ba is 0.48.

The process color (four color CMYK) of #bd38ba color hex is 0.00, 0.70, 0.02, 0.26. Web safe color of #bd38ba is #cc33cc. Color #bd38ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 10111010
Octal 275 70 272
Decimal 189 56 186
Hex BD 38 BA

RGB Percentages of Color #bd38ba

%43.85
%12.99
%43.16

CMYK Percentages of Color #bd38ba

%0
%70
%2
%26

Triadic Colors of #bd38ba

#bd38ba #babd38 #38babd

Analogous Colors of #bd38ba

#bd38ba #bd3878 #7e38bd

Monochromatic Colors of #bd38ba

#bd38ba

Complementary Color

#bd38ba #38bd3b

#bd38ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd38ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd38ba Color CSS Codes

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

#bd38ba Text Font Color

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

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


#bd38ba Background Color

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

This div background color is #bd38ba


#bd38ba Border Color

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

This div border color is #bd38ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd38ba


Comments

No comments written yet.

Please login to write comment.