Color Hex Logo

#bb3fca Color Hex

#BB3FCA
(187,63,202)
0 Favorites   0 Comments

Color spaces of #bb3fca

RGB 18763202
HSL0.820.570.52
HSV294°69°79°
CMYK 0.070.690.00   0.21
XYZ32.931718.384157.6899
Yxy18.38410.30210.1687
Hunter Lab42.876762.0638-49.7601
CIE-Lab49.958766.8743-48.1146

#bb3fca color RGB value is (187,63,202).

#bb3fca hex color red value is 187, green value is 63 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bb3fca hue: 0.82 , saturation: 0.57 and the lightness value of bb3fca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111111 11001010
Octal 273 77 312
Decimal 187 63 202
Hex BB 3F CA

RGB Percentages of Color #bb3fca

%41.37
%13.94
%44.69

CMYK Percentages of Color #bb3fca

%7
%69
%0
%21

Triadic Colors of #bb3fca

#bb3fca #cabb3f #3fcabb

Analogous Colors of #bb3fca

#bb3fca #ca3f94 #763fca

Monochromatic Colors of #bb3fca

#bb3fca

Complementary Color

#bb3fca #4eca3f

#bb3fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3fca Color CSS Codes

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

#bb3fca Text Font Color

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

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


#bb3fca Background Color

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

This div background color is #bb3fca


#bb3fca Border Color

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

This div border color is #bb3fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3fca


Comments

No comments written yet.

Please login to write comment.