Color Hex Logo

#b390ce Color Hex

#B390CE
(179,144,206)
0 Favorites   0 Comments

Color spaces of #b390ce

RGB 179144206
HSL0.760.390.69
HSV274°30°81°
CMYK 0.130.300.00   0.19
XYZ39.704233.986562.8599
Yxy33.98650.29080.2489
Hunter Lab58.297919.5472-23.1210
CIE-Lab64.951924.8381-26.9612

#b390ce color RGB value is (179,144,206).

#b390ce hex color red value is 179, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b390ce hue: 0.76 , saturation: 0.39 and the lightness value of b390ce is 0.69.

The process color (four color CMYK) of #b390ce color hex is 0.13, 0.30, 0.00, 0.19. Web safe color of #b390ce is #cc99cc. Color #b390ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 11001110
Octal 263 220 316
Decimal 179 144 206
Hex B3 90 CE

RGB Percentages of Color #b390ce

%33.84
%27.22
%38.94

CMYK Percentages of Color #b390ce

%13
%30
%0
%19

Triadic Colors of #b390ce

#b390ce #ceb390 #90ceb3

Analogous Colors of #b390ce

#b390ce #ce90ca #9490ce

Monochromatic Colors of #b390ce

#b390ce

Complementary Color

#b390ce #abce90

#b390ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b390ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b390ce Color CSS Codes

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

#b390ce Text Font Color

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

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


#b390ce Background Color

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

This div background color is #b390ce


#b390ce Border Color

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

This div border color is #b390ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,144,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b390ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b390ce


Comments

No comments written yet.

Please login to write comment.