Color Hex Logo

#b318cf Color Hex

#B318CF
(179,24,207)
0 Favorites   0 Comments

Color spaces of #b318cf

RGB 17924207
HSL0.810.790.45
HSV291°88°81°
CMYK 0.140.880.00   0.19
XYZ30.179514.742060.2863
Yxy14.74200.28690.1401
Hunter Lab38.395373.1129-66.2173
CIE-Lab45.278876.9774-58.5758

#b318cf color RGB value is (179,24,207).

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

The process color (four color CMYK) of #b318cf color hex is 0.14, 0.88, 0.00, 0.19. Web safe color of #b318cf is #cc00cc. Color #b318cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 11001111
Octal 263 30 317
Decimal 179 24 207
Hex B3 18 CF

RGB Percentages of Color #b318cf

%43.66
%5.85
%50.49

CMYK Percentages of Color #b318cf

%14
%88
%0
%19

Triadic Colors of #b318cf

#b318cf #cfb318 #18cfb3

Analogous Colors of #b318cf

#b318cf #cf1890 #5818cf

Monochromatic Colors of #b318cf

#b318cf

Complementary Color

#b318cf #34cf18

#b318cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b318cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b318cf Color CSS Codes

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

#b318cf Text Font Color

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

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


#b318cf Background Color

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

This div background color is #b318cf


#b318cf Border Color

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

This div border color is #b318cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b318cf


Comments

No comments written yet.

Please login to write comment.