Color Hex Logo

#b875cf Color Hex

#B875CF
(184,117,207)
0 Favorites   0 Comments

Color spaces of #b875cf

RGB 184117207
HSL0.790.480.64
HSV285°43°81°
CMYK 0.110.430.00   0.19
XYZ37.390927.417962.3530
Yxy27.41790.29400.2156
Hunter Lab52.362135.8302-33.9493
CIE-Lab59.359241.5398-36.1549

#b875cf color RGB value is (184,117,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 11001111
Octal 270 165 317
Decimal 184 117 207
Hex B8 75 CF

RGB Percentages of Color #b875cf

%36.22
%23.03
%40.75

CMYK Percentages of Color #b875cf

%11
%43
%0
%19

Triadic Colors of #b875cf

#b875cf #cfb875 #75cfb8

Analogous Colors of #b875cf

#b875cf #cf75b9 #8b75cf

Monochromatic Colors of #b875cf

#b875cf

Complementary Color

#b875cf #8ccf75

#b875cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b875cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b875cf Color CSS Codes

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

#b875cf Text Font Color

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

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


#b875cf Background Color

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

This div background color is #b875cf


#b875cf Border Color

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

This div border color is #b875cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b875cf


Comments

No comments written yet.

Please login to write comment.