Color Hex Logo

#bc61ca Color Hex

#BC61CA
(188,97,202)
0 Favorites   0 Comments

Color spaces of #bc61ca

RGB 18897202
HSL0.810.500.59
HSV292°52°79°
CMYK 0.070.520.00   0.21
XYZ35.674423.505058.5338
Yxy23.50500.30310.1997
Hunter Lab48.482046.5019-37.6453
CIE-Lab55.588752.0973-39.1930

#bc61ca color RGB value is (188,97,202).

#bc61ca hex color red value is 188, green value is 97 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc61ca hue: 0.81 , saturation: 0.50 and the lightness value of bc61ca is 0.59.

The process color (four color CMYK) of #bc61ca color hex is 0.07, 0.52, 0.00, 0.21. Web safe color of #bc61ca is #cc66cc. Color #bc61ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100001 11001010
Octal 274 141 312
Decimal 188 97 202
Hex BC 61 CA

RGB Percentages of Color #bc61ca

%38.60
%19.92
%41.48

CMYK Percentages of Color #bc61ca

%7
%52
%0
%21

Triadic Colors of #bc61ca

#bc61ca #cabc61 #61cabc

Analogous Colors of #bc61ca

#bc61ca #ca61a4 #8861ca

Monochromatic Colors of #bc61ca

#bc61ca

Complementary Color

#bc61ca #6fca61

#bc61ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc61ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc61ca Color CSS Codes

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

#bc61ca Text Font Color

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

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


#bc61ca Background Color

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

This div background color is #bc61ca


#bc61ca Border Color

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

This div border color is #bc61ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc61ca


Comments

No comments written yet.

Please login to write comment.