Color Hex Logo

#b215cd Color Hex

#B215CD
(178,21,205)
0 Favorites   0 Comments

Color spaces of #b215cd

RGB 17821205
HSL0.810.810.44
HSV291°90°80°
CMYK 0.130.900.00   0.20
XYZ29.647714.409158.9762
Yxy14.40910.28770.1398
Hunter Lab37.959372.9866-65.5455
CIE-Lab44.814076.9653-58.1788

#b215cd color RGB value is (178,21,205).

#b215cd hex color red value is 178, green value is 21 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b215cd hue: 0.81 , saturation: 0.81 and the lightness value of b215cd is 0.44.

The process color (four color CMYK) of #b215cd color hex is 0.13, 0.90, 0.00, 0.20. Web safe color of #b215cd is #9900cc. Color #b215cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 11001101
Octal 262 25 315
Decimal 178 21 205
Hex B2 15 CD

RGB Percentages of Color #b215cd

%44.06
%5.20
%50.74

CMYK Percentages of Color #b215cd

%13
%90
%0
%20

Triadic Colors of #b215cd

#b215cd #cdb215 #15cdb2

Analogous Colors of #b215cd

#b215cd #cd158c #5615cd

Monochromatic Colors of #b215cd

#b215cd

Complementary Color

#b215cd #30cd15

#b215cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b215cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b215cd Color CSS Codes

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

#b215cd Text Font Color

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

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


#b215cd Background Color

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

This div background color is #b215cd


#b215cd Border Color

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

This div border color is #b215cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b215cd


Comments

No comments written yet.

Please login to write comment.