Color Hex Logo

#bc34dd Color Hex

#BC34DD
(188,52,221)
0 Favorites   0 Comments

Color spaces of #bc34dd

RGB 18852221
HSL0.800.710.54
HSV288°76°87°
CMYK 0.150.760.00   0.13
XYZ35.018218.367870.1063
Yxy18.36780.28360.1487
Hunter Lab42.857770.8481-66.9858
CIE-Lab49.939274.2237-59.0130

#bc34dd color RGB value is (188,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110100 11011101
Octal 274 64 335
Decimal 188 52 221
Hex BC 34 DD

RGB Percentages of Color #bc34dd

%40.78
%11.28
%47.94

CMYK Percentages of Color #bc34dd

%15
%76
%0
%13

Triadic Colors of #bc34dd

#bc34dd #ddbc34 #34ddbc

Analogous Colors of #bc34dd

#bc34dd #dd34aa #6834dd

Monochromatic Colors of #bc34dd

#bc34dd

Complementary Color

#bc34dd #55dd34

#bc34dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc34dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc34dd Color CSS Codes

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

#bc34dd Text Font Color

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

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


#bc34dd Background Color

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

This div background color is #bc34dd


#bc34dd Border Color

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

This div border color is #bc34dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc34dd


Comments

No comments written yet.

Please login to write comment.