Color Hex Logo

#b763cd Color Hex

#B763CD
(183,99,205)
0 Favorites   0 Comments

Color spaces of #b763cd

RGB 18399205
HSL0.800.510.60
HSV288°52°80°
CMYK 0.110.520.00   0.20
XYZ35.009723.398760.4288
Yxy23.39870.29460.1969
Hunter Lab48.372244.5392-40.2073
CIE-Lab55.480750.3091-41.1156

#b763cd color RGB value is (183,99,205).

#b763cd hex color red value is 183, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b763cd hue: 0.80 , saturation: 0.51 and the lightness value of b763cd is 0.60.

The process color (four color CMYK) of #b763cd color hex is 0.11, 0.52, 0.00, 0.20. Web safe color of #b763cd is #cc66cc. Color #b763cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 11001101
Octal 267 143 315
Decimal 183 99 205
Hex B7 63 CD

RGB Percentages of Color #b763cd

%37.58
%20.33
%42.09

CMYK Percentages of Color #b763cd

%11
%52
%0
%20

Triadic Colors of #b763cd

#b763cd #cdb763 #63cdb7

Analogous Colors of #b763cd

#b763cd #cd63ae #8263cd

Monochromatic Colors of #b763cd

#b763cd

Complementary Color

#b763cd #79cd63

#b763cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b763cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b763cd Color CSS Codes

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

#b763cd Text Font Color

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

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


#b763cd Background Color

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

This div background color is #b763cd


#b763cd Border Color

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

This div border color is #b763cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b763cd


Comments

No comments written yet.

Please login to write comment.