Color Hex Logo

#bb14cf Color Hex

#BB14CF
(187,20,207)
0 Favorites   0 Comments

Color spaces of #bb14cf

RGB 18720207
HSL0.820.820.45
HSV294°90°81°
CMYK 0.100.900.00   0.19
XYZ32.006215.570160.3499
Yxy15.57010.29660.1443
Hunter Lab39.459075.7328-63.0589
CIE-Lab46.405378.8694-56.6912

#bb14cf color RGB value is (187,20,207).

#bb14cf hex color red value is 187, green value is 20 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb14cf hue: 0.82 , saturation: 0.82 and the lightness value of bb14cf is 0.45.

The process color (four color CMYK) of #bb14cf color hex is 0.10, 0.90, 0.00, 0.19. Web safe color of #bb14cf is #cc00cc. Color #bb14cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 11001111
Octal 273 24 317
Decimal 187 20 207
Hex BB 14 CF

RGB Percentages of Color #bb14cf

%45.17
%4.83
%50.00

CMYK Percentages of Color #bb14cf

%10
%90
%0
%19

Triadic Colors of #bb14cf

#bb14cf #cfbb14 #14cfbb

Analogous Colors of #bb14cf

#bb14cf #cf1486 #5d14cf

Monochromatic Colors of #bb14cf

#bb14cf

Complementary Color

#bb14cf #28cf14

#bb14cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb14cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb14cf Color CSS Codes

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

#bb14cf Text Font Color

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

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


#bb14cf Background Color

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

This div background color is #bb14cf


#bb14cf Border Color

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

This div border color is #bb14cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb14cf


Comments

No comments written yet.

Please login to write comment.