Color Hex Logo

#b890cd Color Hex

#B890CD
(184,144,205)
0 Favorites   0 Comments

Color spaces of #b890cd

RGB 184144205
HSL0.780.380.68
HSV279°30°80°
CMYK 0.100.300.00   0.20
XYZ40.759934.544662.2771
Yxy34.54460.29630.2511
Hunter Lab58.774720.9331-21.6809
CIE-Lab65.392626.2223-25.6851

#b890cd color RGB value is (184,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010000 11001101
Octal 270 220 315
Decimal 184 144 205
Hex B8 90 CD

RGB Percentages of Color #b890cd

%34.52
%27.02
%38.46

CMYK Percentages of Color #b890cd

%10
%30
%0
%20

Triadic Colors of #b890cd

#b890cd #cdb890 #90cdb8

Analogous Colors of #b890cd

#b890cd #cd90c4 #9a90cd

Monochromatic Colors of #b890cd

#b890cd

Complementary Color

#b890cd #a5cd90

#b890cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b890cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b890cd Color CSS Codes

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

#b890cd Text Font Color

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

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


#b890cd Background Color

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

This div background color is #b890cd


#b890cd Border Color

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

This div border color is #b890cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b890cd


Comments

No comments written yet.

Please login to write comment.