Color Hex Logo

#b605cd Color Hex

#B605CD
(182,5,205)
0 Favorites   0 Comments

Color spaces of #b605cd

RGB 1825205
HSL0.810.950.41
HSV293°98°80°
CMYK 0.110.980.00   0.20
XYZ30.365114.461458.9485
Yxy14.46140.29260.1394
Hunter Lab38.028175.9812-65.2874
CIE-Lab44.887579.3618-58.0265

#b605cd color RGB value is (182,5,205).

#b605cd hex color red value is 182, green value is 5 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b605cd hue: 0.81 , saturation: 0.95 and the lightness value of b605cd is 0.41.

The process color (four color CMYK) of #b605cd color hex is 0.11, 0.98, 0.00, 0.20. Web safe color of #b605cd is #cc00cc. Color #b605cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000101 11001101
Octal 266 5 315
Decimal 182 5 205
Hex B6 5 CD

RGB Percentages of Color #b605cd

%46.43
%1.28
%52.30

CMYK Percentages of Color #b605cd

%11
%98
%0
%20

Triadic Colors of #b605cd

#b605cd #cdb605 #05cdb6

Analogous Colors of #b605cd

#b605cd #cd0580 #5205cd

Monochromatic Colors of #b605cd

#b605cd

Complementary Color

#b605cd #1ccd05

#b605cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b605cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b605cd Color CSS Codes

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

#b605cd Text Font Color

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

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


#b605cd Background Color

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

This div background color is #b605cd


#b605cd Border Color

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

This div border color is #b605cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b605cd


Comments

No comments written yet.

Please login to write comment.