Color Hex Logo

#b790ca Color Hex

#B790CA
(183,144,202)
0 Favorites   0 Comments

Color spaces of #b790ca

RGB 183144202
HSL0.780.350.68
HSV280°29°79°
CMYK 0.090.290.00   0.21
XYZ40.162434.278160.3767
Yxy34.27810.29790.2543
Hunter Lab58.547519.9893-20.1591
CIE-Lab65.182725.2753-24.3407

#b790ca color RGB value is (183,144,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 11001010
Octal 267 220 312
Decimal 183 144 202
Hex B7 90 CA

RGB Percentages of Color #b790ca

%34.59
%27.22
%38.19

CMYK Percentages of Color #b790ca

%9
%29
%0
%21

Triadic Colors of #b790ca

#b790ca #cab790 #90cab7

Analogous Colors of #b790ca

#b790ca #ca90c0 #9a90ca

Monochromatic Colors of #b790ca

#b790ca

Complementary Color

#b790ca #a3ca90

#b790ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b790ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b790ca Color CSS Codes

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

#b790ca Text Font Color

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

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


#b790ca Background Color

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

This div background color is #b790ca


#b790ca Border Color

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

This div border color is #b790ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b790ca


Comments

No comments written yet.

Please login to write comment.