Color Hex Logo

#b890ca Color Hex

#B890CA
(184,144,202)
0 Favorites   0 Comments

Color spaces of #b890ca

RGB 184144202
HSL0.780.350.68
HSV281°29°79°
CMYK 0.090.290.00   0.21
XYZ40.401134.401160.3878
Yxy34.40110.29880.2545
Hunter Lab58.652520.3129-19.9875
CIE-Lab65.279725.5991-24.1836

#b890ca color RGB value is (184,144,202).

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

The process color (four color CMYK) of #b890ca color hex is 0.09, 0.29, 0.00, 0.21. Web safe color of #b890ca is #cc99cc. Color #b890ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010000 11001010
Octal 270 220 312
Decimal 184 144 202
Hex B8 90 CA

RGB Percentages of Color #b890ca

%34.72
%27.17
%38.11

CMYK Percentages of Color #b890ca

%9
%29
%0
%21

Triadic Colors of #b890ca

#b890ca #cab890 #90cab8

Analogous Colors of #b890ca

#b890ca #ca90bf #9b90ca

Monochromatic Colors of #b890ca

#b890ca

Complementary Color

#b890ca #a2ca90

#b890ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b890ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b890ca Color CSS Codes

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

#b890ca Text Font Color

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

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


#b890ca Background Color

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

This div background color is #b890ca


#b890ca Border Color

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

This div border color is #b890ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b890ca


Comments

No comments written yet.

Please login to write comment.