Color Hex Logo

#bc25ce Color Hex

#BC25CE
(188,37,206)
0 Favorites   0 Comments

Color spaces of #bc25ce

RGB 18837206
HSL0.820.700.48
HSV294°82°81°
CMYK 0.090.820.00   0.19
XYZ32.541216.470759.8566
Yxy16.47070.29890.1513
Hunter Lab40.584172.1029-59.0366
CIE-Lab47.586175.7075-54.2066

#bc25ce color RGB value is (188,37,206).

#bc25ce hex color red value is 188, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bc25ce hue: 0.82 , saturation: 0.70 and the lightness value of bc25ce is 0.48.

The process color (four color CMYK) of #bc25ce color hex is 0.09, 0.82, 0.00, 0.19. Web safe color of #bc25ce is #cc33cc. Color #bc25ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 11001110
Octal 274 45 316
Decimal 188 37 206
Hex BC 25 CE

RGB Percentages of Color #bc25ce

%43.62
%8.58
%47.80

CMYK Percentages of Color #bc25ce

%9
%82
%0
%19

Triadic Colors of #bc25ce

#bc25ce #cebc25 #25cebc

Analogous Colors of #bc25ce

#bc25ce #ce258c #6825ce

Monochromatic Colors of #bc25ce

#bc25ce

Complementary Color

#bc25ce #37ce25

#bc25ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc25ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc25ce Color CSS Codes

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

#bc25ce Text Font Color

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

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


#bc25ce Background Color

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

This div background color is #bc25ce


#bc25ce Border Color

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

This div border color is #bc25ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc25ce


Comments

No comments written yet.

Please login to write comment.