Color Hex Logo

#bc30cf Color Hex

#BC30CF
(188,48,207)
0 Favorites   0 Comments

Color spaces of #bc30cf

RGB 18848207
HSL0.810.620.50
HSV293°77°81°
CMYK 0.090.770.00   0.19
XYZ33.058517.310360.6303
Yxy17.31030.29780.1559
Hunter Lab41.605669.0204-57.2771
CIE-Lab48.648772.9712-53.0774

#bc30cf color RGB value is (188,48,207).

#bc30cf hex color red value is 188, green value is 48 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc30cf hue: 0.81 , saturation: 0.62 and the lightness value of bc30cf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 11001111
Octal 274 60 317
Decimal 188 48 207
Hex BC 30 CF

RGB Percentages of Color #bc30cf

%42.44
%10.84
%46.73

CMYK Percentages of Color #bc30cf

%9
%77
%0
%19

Triadic Colors of #bc30cf

#bc30cf #cfbc30 #30cfbc

Analogous Colors of #bc30cf

#bc30cf #cf3093 #6d30cf

Monochromatic Colors of #bc30cf

#bc30cf

Complementary Color

#bc30cf #43cf30

#bc30cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc30cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc30cf Color CSS Codes

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

#bc30cf Text Font Color

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

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


#bc30cf Background Color

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

This div background color is #bc30cf


#bc30cf Border Color

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

This div border color is #bc30cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc30cf


Comments

No comments written yet.

Please login to write comment.