Color Hex Logo

#b762af Color Hex

#B762AF
(183,98,175)
0 Favorites   0 Comments

Color spaces of #b762af

RGB 18398175
HSL0.850.370.55
HSV306°46°72°
CMYK 0.000.460.04   0.28
XYZ31.634021.897843.1168
Yxy21.89780.32730.2266
Hunter Lab46.795138.7766-21.8730
CIE-Lab53.918445.1318-26.3185

#b762af color RGB value is (183,98,175).

#b762af hex color red value is 183, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b762af hue: 0.85 , saturation: 0.37 and the lightness value of b762af is 0.55.

The process color (four color CMYK) of #b762af color hex is 0.00, 0.46, 0.04, 0.28. Web safe color of #b762af is #cc6699. Color #b762af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100010 10101111
Octal 267 142 257
Decimal 183 98 175
Hex B7 62 AF

RGB Percentages of Color #b762af

%40.13
%21.49
%38.38

CMYK Percentages of Color #b762af

%0
%46
%4
%28

Triadic Colors of #b762af

#b762af #afb762 #62afb7

Analogous Colors of #b762af

#b762af #b76285 #9562b7

Monochromatic Colors of #b762af

#b762af

Complementary Color

#b762af #62b76a

#b762af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b762af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b762af Color CSS Codes

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

#b762af Text Font Color

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

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


#b762af Background Color

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

This div background color is #b762af


#b762af Border Color

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

This div border color is #b762af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,98,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b762af


Comments

No comments written yet.

Please login to write comment.