Color Hex Logo

#b090cd Color Hex

#B090CD
(176,144,205)
0 Favorites   0 Comments

Color spaces of #b090cd

RGB 176144205
HSL0.750.380.68
HSV271°30°80°
CMYK 0.140.300.00   0.20
XYZ38.897233.584462.1899
Yxy33.58440.28880.2494
Hunter Lab57.952018.3925-23.0593
CIE-Lab64.631323.6700-26.9200

#b090cd color RGB value is (176,144,205).

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

The process color (four color CMYK) of #b090cd color hex is 0.14, 0.30, 0.00, 0.20. Web safe color of #b090cd is #9999cc. Color #b090cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 11001101
Octal 260 220 315
Decimal 176 144 205
Hex B0 90 CD

RGB Percentages of Color #b090cd

%33.52
%27.43
%39.05

CMYK Percentages of Color #b090cd

%14
%30
%0
%20

Triadic Colors of #b090cd

#b090cd #cdb090 #90cdb0

Analogous Colors of #b090cd

#b090cd #cd90cc #9290cd

Monochromatic Colors of #b090cd

#b090cd

Complementary Color

#b090cd #adcd90

#b090cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b090cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b090cd Color CSS Codes

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

#b090cd Text Font Color

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

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


#b090cd Background Color

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

This div background color is #b090cd


#b090cd Border Color

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

This div border color is #b090cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b090cd


Comments

No comments written yet.

Please login to write comment.