Color Hex Logo

#bc65cb Color Hex

#BC65CB
(188,101,203)
0 Favorites   0 Comments

Color spaces of #bc65cb

RGB 188101203
HSL0.810.500.60
HSV291°50°80°
CMYK 0.070.500.00   0.20
XYZ36.172224.310559.2858
Yxy24.31050.30200.2030
Hunter Lab49.305744.6683-36.7771
CIE-Lab56.397350.2818-38.4923

#bc65cb color RGB value is (188,101,203).

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

The process color (four color CMYK) of #bc65cb color hex is 0.07, 0.50, 0.00, 0.20. Web safe color of #bc65cb is #cc66cc. Color #bc65cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 11001011
Octal 274 145 313
Decimal 188 101 203
Hex BC 65 CB

RGB Percentages of Color #bc65cb

%38.21
%20.53
%41.26

CMYK Percentages of Color #bc65cb

%7
%50
%0
%20

Triadic Colors of #bc65cb

#bc65cb #cbbc65 #65cbbc

Analogous Colors of #bc65cb

#bc65cb #cb65a7 #8965cb

Monochromatic Colors of #bc65cb

#bc65cb

Complementary Color

#bc65cb #74cb65

#bc65cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc65cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc65cb Color CSS Codes

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

#bc65cb Text Font Color

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

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


#bc65cb Background Color

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

This div background color is #bc65cb


#bc65cb Border Color

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

This div border color is #bc65cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc65cb


Comments

No comments written yet.

Please login to write comment.