Color Hex Logo

#b263cd Color Hex

#B263CD
(178,99,205)
0 Favorites   0 Comments

Color spaces of #b263cd

RGB 17899205
HSL0.790.510.60
HSV285°52°80°
CMYK 0.130.520.00   0.20
XYZ33.841422.796460.3741
Yxy22.79640.28920.1948
Hunter Lab47.745642.9636-41.5501
CIE-Lab54.862048.9437-42.1327

#b263cd color RGB value is (178,99,205).

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

The process color (four color CMYK) of #b263cd color hex is 0.13, 0.52, 0.00, 0.20. Web safe color of #b263cd is #9966cc. Color #b263cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100011 11001101
Octal 262 143 315
Decimal 178 99 205
Hex B2 63 CD

RGB Percentages of Color #b263cd

%36.93
%20.54
%42.53

CMYK Percentages of Color #b263cd

%13
%52
%0
%20

Triadic Colors of #b263cd

#b263cd #cdb263 #63cdb2

Analogous Colors of #b263cd

#b263cd #cd63b3 #7d63cd

Monochromatic Colors of #b263cd

#b263cd

Complementary Color

#b263cd #7ecd63

#b263cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b263cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b263cd Color CSS Codes

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

#b263cd Text Font Color

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

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


#b263cd Background Color

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

This div background color is #b263cd


#b263cd Border Color

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

This div border color is #b263cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b263cd


Comments

No comments written yet.

Please login to write comment.