Color Hex Logo

#b790ce Color Hex

#B790CE
(183,144,206)
0 Favorites   0 Comments

Color spaces of #b790ce

RGB 183144206
HSL0.770.390.69
HSV278°30°81°
CMYK 0.110.300.00   0.19
XYZ40.642334.470062.9038
Yxy34.47000.29450.2498
Hunter Lab58.711220.8206-22.4262
CIE-Lab65.333926.1120-26.3412

#b790ce color RGB value is (183,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 11001110
Octal 267 220 316
Decimal 183 144 206
Hex B7 90 CE

RGB Percentages of Color #b790ce

%34.33
%27.02
%38.65

CMYK Percentages of Color #b790ce

%11
%30
%0
%19

Triadic Colors of #b790ce

#b790ce #ceb790 #90ceb7

Analogous Colors of #b790ce

#b790ce #ce90c6 #9890ce

Monochromatic Colors of #b790ce

#b790ce

Complementary Color

#b790ce #a7ce90

#b790ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b790ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b790ce Color CSS Codes

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

#b790ce Text Font Color

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

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


#b790ce Background Color

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

This div background color is #b790ce


#b790ce Border Color

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

This div border color is #b790ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b790ce


Comments

No comments written yet.

Please login to write comment.