Color Hex Logo

#b30cdd Color Hex

#B30CDD
(179,12,221)
0 Favorites   0 Comments

Color spaces of #b30cdd

RGB 17912221
HSL0.800.900.46
HSV288°95°87°
CMYK 0.190.950.00   0.13
XYZ31.773015.067169.6402
Yxy15.06710.27280.1294
Hunter Lab38.816478.1819-79.2004
CIE-Lab45.726080.9508-65.8937

#b30cdd color RGB value is (179,12,221).

#b30cdd hex color red value is 179, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b30cdd hue: 0.80 , saturation: 0.90 and the lightness value of b30cdd is 0.46.

The process color (four color CMYK) of #b30cdd color hex is 0.19, 0.95, 0.00, 0.13. Web safe color of #b30cdd is #cc00cc. Color #b30cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001100 11011101
Octal 263 14 335
Decimal 179 12 221
Hex B3 C DD

RGB Percentages of Color #b30cdd

%43.45
%2.91
%53.64

CMYK Percentages of Color #b30cdd

%19
%95
%0
%13

Triadic Colors of #b30cdd

#b30cdd #ddb30c #0cddb3

Analogous Colors of #b30cdd

#b30cdd #dd0c9f #4a0cdd

Monochromatic Colors of #b30cdd

#b30cdd

Complementary Color

#b30cdd #36dd0c

#b30cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30cdd Color CSS Codes

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

#b30cdd Text Font Color

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

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


#b30cdd Background Color

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

This div background color is #b30cdd


#b30cdd Border Color

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

This div border color is #b30cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30cdd


Comments

No comments written yet.

Please login to write comment.