color codes Logo

#b63fdd color codes

#B63FDD
(182,63,221)
0 Favorites   0 Comments

Color spaces of #b63fdd

RGB 18263221
HSL0.790.700.56
HSV285°71°87°
CMYK 0.180.710.00   0.13
XYZ34.120118.720670.2217
Yxy18.72060.27730.1521
Hunter Lab43.267365.0452-65.9390
CIE-Lab50.358769.3246-58.3845

#b63fdd color RGB value is (182,63,221).

#b63fdd hex color red value is 182, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b63fdd hue: 0.79 , saturation: 0.70 and the lightness value of b63fdd is 0.56.

The process color (four color CMYK) of #b63fdd color code is 0.18, 0.71, 0.00, 0.13. Web safe color of #b63fdd is #cc33cc. Color #b63fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111111 11011101
Octal 266 77 335
Decimal 182 63 221
Hex B6 3F DD

RGB Percentages of Color #b63fdd

%39.06
%13.52
%47.42

CMYK Percentages of Color #b63fdd

%18
%71
%0
%13

Triadic Colors of #b63fdd

#b63fdd #ddb63f #3fddb6

Analogous Colors of #b63fdd

#b63fdd #dd3fb5 #673fdd

Monochromatic Colors of #b63fdd

#b63fdd

Complementary Color

#b63fdd #66dd3f

#b63fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63fdd Color CSS Codes

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

#b63fdd Text Font Color

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

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


#b63fdd Background Color

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

This div background color is #b63fdd


#b63fdd Border Color

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

This div border color is #b63fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,63,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b63fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b63fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b63fdd;
  box-shadow:         1px 1px 3px 2px #b63fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,63,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63fdd


Comments

No comments written yet.

Please login to write comment.