Color Hex Logo

#b19cfd Color Hex

#B19CFD
(177,156,253)
0 Favorites   0 Comments

Color spaces of #b19cfd

RGB 177156253
HSL0.700.960.80
HSV253°38°99°
CMYK 0.300.380.00   0.01
XYZ47.749640.215998.1743
Yxy40.21590.25650.2161
Hunter Lab63.416023.4250-47.3956
CIE-Lab69.623028.4138-45.5899

#b19cfd color RGB value is (177,156,253).

#b19cfd hex color red value is 177, green value is 156 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b19cfd hue: 0.70 , saturation: 0.96 and the lightness value of b19cfd is 0.80.

The process color (four color CMYK) of #b19cfd color hex is 0.30, 0.38, 0.00, 0.01. Web safe color of #b19cfd is #9999ff. Color #b19cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 11111101
Octal 261 234 375
Decimal 177 156 253
Hex B1 9C FD

RGB Percentages of Color #b19cfd

%30.20
%26.62
%43.17

CMYK Percentages of Color #b19cfd

%30
%38
%0
%1

Triadic Colors of #b19cfd

#b19cfd #fdb19c #9cfdb1

Analogous Colors of #b19cfd

#b19cfd #e29cfd #9cb8fd

Monochromatic Colors of #b19cfd

#b19cfd

Complementary Color

#b19cfd #e8fd9c

#b19cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19cfd Color CSS Codes

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

#b19cfd Text Font Color

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

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


#b19cfd Background Color

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

This div background color is #b19cfd


#b19cfd Border Color

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

This div border color is #b19cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,156,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.