Color Hex Logo

#b218dc Color Hex

#B218DC
(178,24,220)
0 Favorites   0 Comments

Color spaces of #b218dc

RGB 17824220
HSL0.800.800.48
HSV287°89°86°
CMYK 0.190.890.00   0.14
XYZ31.605015.285668.9948
Yxy15.28560.27270.1319
Hunter Lab39.096875.8761-77.2623
CIE-Lab46.022979.0582-64.8477

#b218dc color RGB value is (178,24,220).

#b218dc hex color red value is 178, green value is 24 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b218dc hue: 0.80 , saturation: 0.80 and the lightness value of b218dc is 0.48.

The process color (four color CMYK) of #b218dc color hex is 0.19, 0.89, 0.00, 0.14. Web safe color of #b218dc is #9900cc. Color #b218dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 11011100
Octal 262 30 334
Decimal 178 24 220
Hex B2 18 DC

RGB Percentages of Color #b218dc

%42.18
%5.69
%52.13

CMYK Percentages of Color #b218dc

%19
%89
%0
%14

Triadic Colors of #b218dc

#b218dc #dcb218 #18dcb2

Analogous Colors of #b218dc

#b218dc #dc18a4 #5018dc

Monochromatic Colors of #b218dc

#b218dc

Complementary Color

#b218dc #42dc18

#b218dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b218dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b218dc Color CSS Codes

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

#b218dc Text Font Color

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

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


#b218dc Background Color

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

This div background color is #b218dc


#b218dc Border Color

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

This div border color is #b218dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b218dc


Comments

No comments written yet.

Please login to write comment.