Color Hex Logo

#b14bcf Color Hex

#B14BCF
(177,75,207)
0 Favorites   0 Comments

Color spaces of #b14bcf

RGB 17775207
HSL0.800.580.55
HSV286°64°81°
CMYK 0.140.640.00   0.19
XYZ31.910018.884360.9947
Yxy18.88430.28540.1689
Hunter Lab43.456155.0253-52.7999
CIE-Lab50.551660.6489-50.1256

#b14bcf color RGB value is (177,75,207).

#b14bcf hex color red value is 177, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b14bcf hue: 0.80 , saturation: 0.58 and the lightness value of b14bcf is 0.55.

The process color (four color CMYK) of #b14bcf color hex is 0.14, 0.64, 0.00, 0.19. Web safe color of #b14bcf is #9933cc. Color #b14bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001011 11001111
Octal 261 113 317
Decimal 177 75 207
Hex B1 4B CF

RGB Percentages of Color #b14bcf

%38.56
%16.34
%45.10

CMYK Percentages of Color #b14bcf

%14
%64
%0
%19

Triadic Colors of #b14bcf

#b14bcf #cfb14b #4bcfb1

Analogous Colors of #b14bcf

#b14bcf #cf4bab #6f4bcf

Monochromatic Colors of #b14bcf

#b14bcf

Complementary Color

#b14bcf #69cf4b

#b14bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14bcf Color CSS Codes

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

#b14bcf Text Font Color

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

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


#b14bcf Background Color

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

This div background color is #b14bcf


#b14bcf Border Color

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

This div border color is #b14bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14bcf


Comments

No comments written yet.

Please login to write comment.