Color Hex Logo

#b792ca Color Hex

#B792CA
(183,146,202)
0 Favorites   0 Comments

Color spaces of #b792ca

RGB 183146202
HSL0.780.350.68
HSV280°28°79°
CMYK 0.090.280.00   0.21
XYZ40.468034.889360.4785
Yxy34.88930.29790.2568
Hunter Lab59.067218.9261-19.3596
CIE-Lab65.662424.1570-23.6060

#b792ca color RGB value is (183,146,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 11001010
Octal 267 222 312
Decimal 183 146 202
Hex B7 92 CA

RGB Percentages of Color #b792ca

%34.46
%27.50
%38.04

CMYK Percentages of Color #b792ca

%9
%28
%0
%21

Triadic Colors of #b792ca

#b792ca #cab792 #92cab7

Analogous Colors of #b792ca

#b792ca #ca92c1 #9b92ca

Monochromatic Colors of #b792ca

#b792ca

Complementary Color

#b792ca #a5ca92

#b792ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792ca Color CSS Codes

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

#b792ca Text Font Color

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

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


#b792ca Background Color

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

This div background color is #b792ca


#b792ca Border Color

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

This div border color is #b792ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792ca


Comments

No comments written yet.

Please login to write comment.