Color Hex Logo

#bc41cb Color Hex

#BC41CB
(188,65,203)
0 Favorites   0 Comments

Color spaces of #bc41cb

RGB 18865203
HSL0.820.570.53
HSV293°68°80°
CMYK 0.070.680.00   0.20
XYZ33.408818.783858.3647
Yxy18.78380.30220.1699
Hunter Lab43.340361.7510-49.5054
CIE-Lab50.433366.5164-47.9249

#bc41cb color RGB value is (188,65,203).

#bc41cb hex color red value is 188, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bc41cb hue: 0.82 , saturation: 0.57 and the lightness value of bc41cb is 0.53.

The process color (four color CMYK) of #bc41cb color hex is 0.07, 0.68, 0.00, 0.20. Web safe color of #bc41cb is #cc33cc. Color #bc41cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 11001011
Octal 274 101 313
Decimal 188 65 203
Hex BC 41 CB

RGB Percentages of Color #bc41cb

%41.23
%14.25
%44.52

CMYK Percentages of Color #bc41cb

%7
%68
%0
%20

Triadic Colors of #bc41cb

#bc41cb #cbbc41 #41cbbc

Analogous Colors of #bc41cb

#bc41cb #cb4195 #7741cb

Monochromatic Colors of #bc41cb

#bc41cb

Complementary Color

#bc41cb #50cb41

#bc41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc41cb Color CSS Codes

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

#bc41cb Text Font Color

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

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


#bc41cb Background Color

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

This div background color is #bc41cb


#bc41cb Border Color

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

This div border color is #bc41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc41cb


Comments

No comments written yet.

Please login to write comment.