Color Hex Logo

#b618dc Color Hex

#B618DC
(182,24,220)
0 Favorites   0 Comments

Color spaces of #b618dc

RGB 18224220
HSL0.800.800.48
HSV288°89°86°
CMYK 0.170.890.00   0.14
XYZ32.536315.765769.0384
Yxy15.76570.27730.1344
Hunter Lab39.706076.7826-75.2955
CIE-Lab46.665679.6576-63.7758

#b618dc color RGB value is (182,24,220).

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

The process color (four color CMYK) of #b618dc color hex is 0.17, 0.89, 0.00, 0.14. Web safe color of #b618dc is #cc00cc. Color #b618dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011000 11011100
Octal 266 30 334
Decimal 182 24 220
Hex B6 18 DC

RGB Percentages of Color #b618dc

%42.72
%5.63
%51.64

CMYK Percentages of Color #b618dc

%17
%89
%0
%14

Triadic Colors of #b618dc

#b618dc #dcb618 #18dcb6

Analogous Colors of #b618dc

#b618dc #dc18a0 #5418dc

Monochromatic Colors of #b618dc

#b618dc

Complementary Color

#b618dc #3edc18

#b618dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b618dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b618dc Color CSS Codes

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

#b618dc Text Font Color

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

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


#b618dc Background Color

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

This div background color is #b618dc


#b618dc Border Color

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

This div border color is #b618dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b618dc


Comments

No comments written yet.

Please login to write comment.