Color Hex Logo

#b85ddc Color Hex

#B85DDC
(184,93,220)
0 Favorites   0 Comments

Color spaces of #b85ddc

RGB 18493220
HSL0.790.640.61
HSV283°58°86°
CMYK 0.160.580.00   0.14
XYZ36.599823.186470.2565
Yxy23.18640.28140.1783
Hunter Lab48.152351.4087-52.8004
CIE-Lab55.263856.5899-49.9559

#b85ddc color RGB value is (184,93,220).

#b85ddc hex color red value is 184, green value is 93 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b85ddc hue: 0.79 , saturation: 0.64 and the lightness value of b85ddc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 11011100
Octal 270 135 334
Decimal 184 93 220
Hex B8 5D DC

RGB Percentages of Color #b85ddc

%37.02
%18.71
%44.27

CMYK Percentages of Color #b85ddc

%16
%58
%0
%14

Triadic Colors of #b85ddc

#b85ddc #dcb85d #5ddcb8

Analogous Colors of #b85ddc

#b85ddc #dc5dc1 #795ddc

Monochromatic Colors of #b85ddc

#b85ddc

Complementary Color

#b85ddc #81dc5d

#b85ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ddc Color CSS Codes

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

#b85ddc Text Font Color

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

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


#b85ddc Background Color

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

This div background color is #b85ddc


#b85ddc Border Color

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

This div border color is #b85ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ddc


Comments

No comments written yet.

Please login to write comment.