Color Hex Logo

#bc2cca Color Hex

#BC2CCA
(188,44,202)
0 Favorites   0 Comments

Color spaces of #bc2cca

RGB 18844202
HSL0.820.640.48
HSV295°78°79°
CMYK 0.070.780.00   0.21
XYZ32.300416.757057.4091
Yxy16.75700.30340.1574
Hunter Lab40.935369.2103-54.4956
CIE-Lab47.952473.2637-51.3108

#bc2cca color RGB value is (188,44,202).

#bc2cca hex color red value is 188, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc2cca hue: 0.82 , saturation: 0.64 and the lightness value of bc2cca is 0.48.

The process color (four color CMYK) of #bc2cca color hex is 0.07, 0.78, 0.00, 0.21. Web safe color of #bc2cca is #cc33cc. Color #bc2cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101100 11001010
Octal 274 54 312
Decimal 188 44 202
Hex BC 2C CA

RGB Percentages of Color #bc2cca

%43.32
%10.14
%46.54

CMYK Percentages of Color #bc2cca

%7
%78
%0
%21

Triadic Colors of #bc2cca

#bc2cca #cabc2c #2ccabc

Analogous Colors of #bc2cca

#bc2cca #ca2c89 #6d2cca

Monochromatic Colors of #bc2cca

#bc2cca

Complementary Color

#bc2cca #3aca2c

#bc2cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2cca Color CSS Codes

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

#bc2cca Text Font Color

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

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


#bc2cca Background Color

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

This div background color is #bc2cca


#bc2cca Border Color

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

This div border color is #bc2cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2cca


Comments

No comments written yet.

Please login to write comment.