Color Hex Logo

#b318cb Color Hex

#B318CB
(179,24,203)
0 Favorites   0 Comments

Color spaces of #b318cb

RGB 17924203
HSL0.810.790.45
HSV292°88°80°
CMYK 0.120.880.00   0.20
XYZ29.696514.548857.7429
Yxy14.54880.29120.1427
Hunter Lab38.142972.2228-63.0566
CIE-Lab45.009976.3068-56.6966

#b318cb color RGB value is (179,24,203).

#b318cb hex color red value is 179, green value is 24 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b318cb hue: 0.81 , saturation: 0.79 and the lightness value of b318cb is 0.45.

The process color (four color CMYK) of #b318cb color hex is 0.12, 0.88, 0.00, 0.20. Web safe color of #b318cb is #cc00cc. Color #b318cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 11001011
Octal 263 30 313
Decimal 179 24 203
Hex B3 18 CB

RGB Percentages of Color #b318cb

%44.09
%5.91
%50.00

CMYK Percentages of Color #b318cb

%12
%88
%0
%20

Triadic Colors of #b318cb

#b318cb #cbb318 #18cbb3

Analogous Colors of #b318cb

#b318cb #cb188a #5918cb

Monochromatic Colors of #b318cb

#b318cb

Complementary Color

#b318cb #30cb18

#b318cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b318cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b318cb Color CSS Codes

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

#b318cb Text Font Color

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

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


#b318cb Background Color

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

This div background color is #b318cb


#b318cb Border Color

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

This div border color is #b318cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,24,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b318cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b318cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b318cb;
  box-shadow:         1px 1px 3px 2px #b318cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,24,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b318cb


Comments

No comments written yet.

Please login to write comment.