Color Hex Logo

#bc82ca Color Hex

#BC82CA
(188,130,202)
0 Favorites   0 Comments

Color spaces of #bc82ca

RGB 188130202
HSL0.800.400.65
HSV288°36°79°
CMYK 0.070.360.00   0.21
XYZ39.382330.920959.7698
Yxy30.92090.30280.2377
Hunter Lab55.606629.1078-24.8044
CIE-Lab62.440834.6487-28.5158

#bc82ca color RGB value is (188,130,202).

#bc82ca hex color red value is 188, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc82ca hue: 0.80 , saturation: 0.40 and the lightness value of bc82ca is 0.65.

The process color (four color CMYK) of #bc82ca color hex is 0.07, 0.36, 0.00, 0.21. Web safe color of #bc82ca is #cc99cc. Color #bc82ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 11001010
Octal 274 202 312
Decimal 188 130 202
Hex BC 82 CA

RGB Percentages of Color #bc82ca

%36.15
%25.00
%38.85

CMYK Percentages of Color #bc82ca

%7
%36
%0
%21

Triadic Colors of #bc82ca

#bc82ca #cabc82 #82cabc

Analogous Colors of #bc82ca

#bc82ca #ca82b4 #9882ca

Monochromatic Colors of #bc82ca

#bc82ca

Complementary Color

#bc82ca #90ca82

#bc82ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82ca Color CSS Codes

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

#bc82ca Text Font Color

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

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


#bc82ca Background Color

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

This div background color is #bc82ca


#bc82ca Border Color

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

This div border color is #bc82ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82ca


Comments

No comments written yet.

Please login to write comment.