Color Hex Logo

#b865dc Color Hex

#B865DC
(184,101,220)
0 Favorites   0 Comments

Color spaces of #b865dc

RGB 184101220
HSL0.780.630.63
HSV282°54°86°
CMYK 0.160.540.00   0.14
XYZ37.339124.665070.5030
Yxy24.66500.28180.1861
Hunter Lab49.663947.2910-49.4036
CIE-Lab56.747552.6275-47.5996

#b865dc color RGB value is (184,101,220).

#b865dc hex color red value is 184, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b865dc hue: 0.78 , saturation: 0.63 and the lightness value of b865dc is 0.63.

The process color (four color CMYK) of #b865dc color hex is 0.16, 0.54, 0.00, 0.14. Web safe color of #b865dc is #cc66cc. Color #b865dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 11011100
Octal 270 145 334
Decimal 184 101 220
Hex B8 65 DC

RGB Percentages of Color #b865dc

%36.44
%20.00
%43.56

CMYK Percentages of Color #b865dc

%16
%54
%0
%14

Triadic Colors of #b865dc

#b865dc #dcb865 #65dcb8

Analogous Colors of #b865dc

#b865dc #dc65c5 #7d65dc

Monochromatic Colors of #b865dc

#b865dc

Complementary Color

#b865dc #89dc65

#b865dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b865dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b865dc Color CSS Codes

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

#b865dc Text Font Color

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

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


#b865dc Background Color

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

This div background color is #b865dc


#b865dc Border Color

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

This div border color is #b865dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b865dc


Comments

No comments written yet.

Please login to write comment.