Color Hex Logo

#bc61dd Color Hex

#BC61DD
(188,97,221)
0 Favorites   0 Comments

Color spaces of #bc61dd

RGB 18897221
HSL0.790.650.62
HSV284°56°87°
CMYK 0.150.560.00   0.13
XYZ38.064924.461271.1219
Yxy24.46120.28480.1830
Hunter Lab49.458350.8282-50.6393
CIE-Lab56.546655.8510-48.4509

#bc61dd color RGB value is (188,97,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100001 11011101
Octal 274 141 335
Decimal 188 97 221
Hex BC 61 DD

RGB Percentages of Color #bc61dd

%37.15
%19.17
%43.68

CMYK Percentages of Color #bc61dd

%15
%56
%0
%13

Triadic Colors of #bc61dd

#bc61dd #ddbc61 #61ddbc

Analogous Colors of #bc61dd

#bc61dd #dd61c0 #7e61dd

Monochromatic Colors of #bc61dd

#bc61dd

Complementary Color

#bc61dd #82dd61

#bc61dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc61dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc61dd Color CSS Codes

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

#bc61dd Text Font Color

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

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


#bc61dd Background Color

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

This div background color is #bc61dd


#bc61dd Border Color

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

This div border color is #bc61dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc61dd


Comments

No comments written yet.

Please login to write comment.