Color Hex Logo

#bb65cf Color Hex

#BB65CF
(187,101,207)
0 Favorites   0 Comments

Color spaces of #bb65cf

RGB 187101207
HSL0.800.520.60
HSV289°51°81°
CMYK 0.100.510.00   0.19
XYZ36.409724.377261.8177
Yxy24.37720.29700.1988
Hunter Lab49.373345.2294-39.6726
CIE-Lab56.463550.7880-40.6708

#bb65cf color RGB value is (187,101,207).

#bb65cf hex color red value is 187, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb65cf hue: 0.80 , saturation: 0.52 and the lightness value of bb65cf is 0.60.

The process color (four color CMYK) of #bb65cf color hex is 0.10, 0.51, 0.00, 0.19. Web safe color of #bb65cf is #cc66cc. Color #bb65cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 11001111
Octal 273 145 317
Decimal 187 101 207
Hex BB 65 CF

RGB Percentages of Color #bb65cf

%37.78
%20.40
%41.82

CMYK Percentages of Color #bb65cf

%10
%51
%0
%19

Triadic Colors of #bb65cf

#bb65cf #cfbb65 #65cfbb

Analogous Colors of #bb65cf

#bb65cf #cf65ae #8665cf

Monochromatic Colors of #bb65cf

#bb65cf

Complementary Color

#bb65cf #79cf65

#bb65cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb65cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb65cf Color CSS Codes

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

#bb65cf Text Font Color

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

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


#bb65cf Background Color

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

This div background color is #bb65cf


#bb65cf Border Color

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

This div border color is #bb65cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,101,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb65cf


Comments

No comments written yet.

Please login to write comment.