Color Hex Logo

#bd30bc Color Hex

#BD30BC
(189,48,188)
0 Favorites   0 Comments

Color spaces of #bd30bc

RGB 18948188
HSL0.830.590.46
HSV300°75°74°
CMYK 0.000.750.01   0.26
XYZ31.120316.563649.1338
Yxy16.56360.32140.1711
Hunter Lab40.698465.2690-43.0899
CIE-Lab47.705470.0262-43.5671

#bd30bc color RGB value is (189,48,188).

#bd30bc hex color red value is 189, green value is 48 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd30bc hue: 0.83 , saturation: 0.59 and the lightness value of bd30bc is 0.46.

The process color (four color CMYK) of #bd30bc color hex is 0.00, 0.75, 0.01, 0.26. Web safe color of #bd30bc is #cc33cc. Color #bd30bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 10111100
Octal 275 60 274
Decimal 189 48 188
Hex BD 30 BC

RGB Percentages of Color #bd30bc

%44.47
%11.29
%44.24

CMYK Percentages of Color #bd30bc

%0
%75
%1
%26

Triadic Colors of #bd30bc

#bd30bc #bcbd30 #30bcbd

Analogous Colors of #bd30bc

#bd30bc #bd3076 #7830bd

Monochromatic Colors of #bd30bc

#bd30bc

Complementary Color

#bd30bc #30bd31

#bd30bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd30bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd30bc Color CSS Codes

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

#bd30bc Text Font Color

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

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


#bd30bc Background Color

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

This div background color is #bd30bc


#bd30bc Border Color

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

This div border color is #bd30bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd30bc


Comments

No comments written yet.

Please login to write comment.