Color Hex Logo

#b384cf Color Hex

#B384CF
(179,132,207)
0 Favorites   0 Comments

Color spaces of #b384cf

RGB 179132207
HSL0.770.440.66
HSV278°36°81°
CMYK 0.140.360.00   0.19
XYZ38.104230.591262.9279
Yxy30.59120.28950.2324
Hunter Lab55.309326.1826-28.7404
CIE-Lab62.161031.7779-31.8330

#b384cf color RGB value is (179,132,207).

#b384cf hex color red value is 179, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b384cf hue: 0.77 , saturation: 0.44 and the lightness value of b384cf is 0.66.

The process color (four color CMYK) of #b384cf color hex is 0.14, 0.36, 0.00, 0.19. Web safe color of #b384cf is #cc99cc. Color #b384cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 11001111
Octal 263 204 317
Decimal 179 132 207
Hex B3 84 CF

RGB Percentages of Color #b384cf

%34.56
%25.48
%39.96

CMYK Percentages of Color #b384cf

%14
%36
%0
%19

Triadic Colors of #b384cf

#b384cf #cfb384 #84cfb3

Analogous Colors of #b384cf

#b384cf #cf84c6 #8e84cf

Monochromatic Colors of #b384cf

#b384cf

Complementary Color

#b384cf #a0cf84

#b384cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b384cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b384cf Color CSS Codes

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

#b384cf Text Font Color

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

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


#b384cf Background Color

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

This div background color is #b384cf


#b384cf Border Color

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

This div border color is #b384cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b384cf


Comments

No comments written yet.

Please login to write comment.