Color Hex Logo

#bc51dd Color Hex

#BC51DD
(188,81,221)
0 Favorites   0 Comments

Color spaces of #bc51dd

RGB 18881221
HSL0.790.670.59
HSV286°63°87°
CMYK 0.150.630.00   0.13
XYZ36.732621.796770.6778
Yxy21.79670.28430.1687
Hunter Lab46.686958.7391-57.0763
CIE-Lab53.810663.2931-52.8062

#bc51dd color RGB value is (188,81,221).

#bc51dd hex color red value is 188, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc51dd hue: 0.79 , saturation: 0.67 and the lightness value of bc51dd is 0.59.

The process color (four color CMYK) of #bc51dd color hex is 0.15, 0.63, 0.00, 0.13. Web safe color of #bc51dd is #cc66cc. Color #bc51dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 11011101
Octal 274 121 335
Decimal 188 81 221
Hex BC 51 DD

RGB Percentages of Color #bc51dd

%38.37
%16.53
%45.10

CMYK Percentages of Color #bc51dd

%15
%63
%0
%13

Triadic Colors of #bc51dd

#bc51dd #ddbc51 #51ddbc

Analogous Colors of #bc51dd

#bc51dd #dd51b8 #7651dd

Monochromatic Colors of #bc51dd

#bc51dd

Complementary Color

#bc51dd #72dd51

#bc51dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc51dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc51dd Color CSS Codes

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

#bc51dd Text Font Color

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

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


#bc51dd Background Color

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

This div background color is #bc51dd


#bc51dd Border Color

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

This div border color is #bc51dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,81,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 #bc51dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc51dd


Comments

No comments written yet.

Please login to write comment.