Color Hex Logo

#bc30dd Color Hex

#BC30DD
(188,48,221)
0 Favorites   0 Comments

Color spaces of #bc30dd

RGB 18848221
HSL0.800.720.53
HSV289°78°87°
CMYK 0.150.780.00   0.13
XYZ34.847118.025770.0493
Yxy18.02570.28350.1466
Hunter Lab42.456772.2079-68.1029
CIE-Lab49.527375.4146-59.6765

#bc30dd color RGB value is (188,48,221).

#bc30dd hex color red value is 188, green value is 48 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc30dd hue: 0.80 , saturation: 0.72 and the lightness value of bc30dd is 0.53.

The process color (four color CMYK) of #bc30dd color hex is 0.15, 0.78, 0.00, 0.13. Web safe color of #bc30dd is #cc33cc. Color #bc30dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 11011101
Octal 274 60 335
Decimal 188 48 221
Hex BC 30 DD

RGB Percentages of Color #bc30dd

%41.14
%10.50
%48.36

CMYK Percentages of Color #bc30dd

%15
%78
%0
%13

Triadic Colors of #bc30dd

#bc30dd #ddbc30 #30ddbc

Analogous Colors of #bc30dd

#bc30dd #dd30a8 #6630dd

Monochromatic Colors of #bc30dd

#bc30dd

Complementary Color

#bc30dd #51dd30

#bc30dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc30dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc30dd Color CSS Codes

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

#bc30dd Text Font Color

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

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


#bc30dd Background Color

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

This div background color is #bc30dd


#bc30dd Border Color

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

This div border color is #bc30dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc30dd


Comments

No comments written yet.

Please login to write comment.