Color Hex Logo

#b85dcf Color Hex

#B85DCF
(184,93,207)
0 Favorites   0 Comments

Color spaces of #b85dcf

RGB 18493207
HSL0.800.540.59
HSV288°55°81°
CMYK 0.110.550.00   0.19
XYZ34.944022.524061.5373
Yxy22.52400.29360.1893
Hunter Lab47.459548.3740-43.6555
CIE-Lab54.578653.9729-43.6698

#b85dcf color RGB value is (184,93,207).

#b85dcf hex color red value is 184, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b85dcf hue: 0.80 , saturation: 0.54 and the lightness value of b85dcf is 0.59.

The process color (four color CMYK) of #b85dcf color hex is 0.11, 0.55, 0.00, 0.19. Web safe color of #b85dcf is #cc66cc. Color #b85dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 11001111
Octal 270 135 317
Decimal 184 93 207
Hex B8 5D CF

RGB Percentages of Color #b85dcf

%38.02
%19.21
%42.77

CMYK Percentages of Color #b85dcf

%11
%55
%0
%19

Triadic Colors of #b85dcf

#b85dcf #cfb85d #5dcfb8

Analogous Colors of #b85dcf

#b85dcf #cf5dad #7f5dcf

Monochromatic Colors of #b85dcf

#b85dcf

Complementary Color

#b85dcf #74cf5d

#b85dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85dcf Color CSS Codes

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

#b85dcf Text Font Color

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

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


#b85dcf Background Color

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

This div background color is #b85dcf


#b85dcf Border Color

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

This div border color is #b85dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85dcf


Comments

No comments written yet.

Please login to write comment.