Color Hex Logo

#b290ca Color Hex

#B290CA
(178,144,202)
0 Favorites   0 Comments

Color spaces of #b290ca

RGB 178144202
HSL0.760.350.68
HSV275°29°79°
CMYK 0.120.290.00   0.21
XYZ38.994033.675860.3220
Yxy33.67580.29320.2532
Hunter Lab58.030918.3896-21.0093
CIE-Lab64.704423.6626-25.1157

#b290ca color RGB value is (178,144,202).

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

The process color (four color CMYK) of #b290ca color hex is 0.12, 0.29, 0.00, 0.21. Web safe color of #b290ca is #9999cc. Color #b290ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 11001010
Octal 262 220 312
Decimal 178 144 202
Hex B2 90 CA

RGB Percentages of Color #b290ca

%33.97
%27.48
%38.55

CMYK Percentages of Color #b290ca

%12
%29
%0
%21

Triadic Colors of #b290ca

#b290ca #cab290 #90cab2

Analogous Colors of #b290ca

#b290ca #ca90c5 #9590ca

Monochromatic Colors of #b290ca

#b290ca

Complementary Color

#b290ca #a8ca90

#b290ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b290ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b290ca Color CSS Codes

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

#b290ca Text Font Color

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

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


#b290ca Background Color

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

This div background color is #b290ca


#b290ca Border Color

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

This div border color is #b290ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b290ca


Comments

No comments written yet.

Please login to write comment.