Color Hex Logo

#bc25bd Color Hex

#BC25BD
(188,37,189)
0 Favorites   0 Comments

Color spaces of #bc25bd

RGB 18837189
HSL0.830.670.44
HSV300°80°74°
CMYK 0.010.800.00   0.26
XYZ30.585915.688649.5603
Yxy15.68860.31920.1637
Hunter Lab39.608868.5220-46.4600
CIE-Lab46.563372.9652-45.9789

#bc25bd color RGB value is (188,37,189).

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

The process color (four color CMYK) of #bc25bd color hex is 0.01, 0.80, 0.00, 0.26. Web safe color of #bc25bd is #cc33cc. Color #bc25bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 10111101
Octal 274 45 275
Decimal 188 37 189
Hex BC 25 BD

RGB Percentages of Color #bc25bd

%45.41
%8.94
%45.65

CMYK Percentages of Color #bc25bd

%1
%80
%0
%26

Triadic Colors of #bc25bd

#bc25bd #bdbc25 #25bdbc

Analogous Colors of #bc25bd

#bc25bd #bd2572 #7025bd

Monochromatic Colors of #bc25bd

#bc25bd

Complementary Color

#bc25bd #26bd25

#bc25bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc25bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc25bd Color CSS Codes

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

#bc25bd Text Font Color

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

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


#bc25bd Background Color

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

This div background color is #bc25bd


#bc25bd Border Color

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

This div border color is #bc25bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc25bd


Comments

No comments written yet.

Please login to write comment.