Color Hex Logo

#bc19be Color Hex

#BC19BE
(188,25,190)
0 Favorites   0 Comments

Color spaces of #bc19be

RGB 18825190
HSL0.830.770.42
HSV299°87°75°
CMYK 0.010.870.00   0.25
XYZ30.380915.104350.0294
Yxy15.10430.31810.1581
Hunter Lab38.864371.5243-49.1182
CIE-Lab45.776775.5882-47.8189

#bc19be color RGB value is (188,25,190).

#bc19be hex color red value is 188, green value is 25 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc19be hue: 0.83 , saturation: 0.77 and the lightness value of bc19be is 0.42.

The process color (four color CMYK) of #bc19be color hex is 0.01, 0.87, 0.00, 0.25. Web safe color of #bc19be is #cc00cc. Color #bc19be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011001 10111110
Octal 274 31 276
Decimal 188 25 190
Hex BC 19 BE

RGB Percentages of Color #bc19be

%46.65
%6.20
%47.15

CMYK Percentages of Color #bc19be

%1
%87
%0
%25

Triadic Colors of #bc19be

#bc19be #bebc19 #19bebc

Analogous Colors of #bc19be

#bc19be #be196e #6a19be

Monochromatic Colors of #bc19be

#bc19be

Complementary Color

#bc19be #1bbe19

#bc19be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc19be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc19be Color CSS Codes

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

#bc19be Text Font Color

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

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


#bc19be Background Color

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

This div background color is #bc19be


#bc19be Border Color

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

This div border color is #bc19be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc19be


Comments

No comments written yet.

Please login to write comment.