Color Hex Logo

#b790cd Color Hex

#B790CD
(183,144,205)
0 Favorites   0 Comments

Color spaces of #b790cd

RGB 183144205
HSL0.770.380.68
HSV278°30°80°
CMYK 0.110.300.00   0.20
XYZ40.521134.421662.2659
Yxy34.42160.29530.2509
Hunter Lab58.669920.6108-21.8550
CIE-Lab65.295825.9014-25.8419

#b790cd color RGB value is (183,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 11001101
Octal 267 220 315
Decimal 183 144 205
Hex B7 90 CD

RGB Percentages of Color #b790cd

%34.40
%27.07
%38.53

CMYK Percentages of Color #b790cd

%11
%30
%0
%20

Triadic Colors of #b790cd

#b790cd #cdb790 #90cdb7

Analogous Colors of #b790cd

#b790cd #cd90c5 #9990cd

Monochromatic Colors of #b790cd

#b790cd

Complementary Color

#b790cd #a6cd90

#b790cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b790cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b790cd Color CSS Codes

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

#b790cd Text Font Color

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

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


#b790cd Background Color

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

This div background color is #b790cd


#b790cd Border Color

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

This div border color is #b790cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b790cd


Comments

No comments written yet.

Please login to write comment.