Color Hex Logo

#b503cd Color Hex

#B503CD
(181,3,205)
0 Favorites   0 Comments

Color spaces of #b503cd

RGB 1813205
HSL0.810.970.41
HSV293°99°80°
CMYK 0.120.990.00   0.20
XYZ30.108114.296758.9303
Yxy14.29670.29140.1384
Hunter Lab37.811075.9667-65.9387
CIE-Lab44.655579.3949-58.4098

#b503cd color RGB value is (181,3,205).

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

The process color (four color CMYK) of #b503cd color hex is 0.12, 0.99, 0.00, 0.20. Web safe color of #b503cd is #cc00cc. Color #b503cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000011 11001101
Octal 265 3 315
Decimal 181 3 205
Hex B5 3 CD

RGB Percentages of Color #b503cd

%46.53
%0.77
%52.70

CMYK Percentages of Color #b503cd

%12
%99
%0
%20

Triadic Colors of #b503cd

#b503cd #cdb503 #03cdb5

Analogous Colors of #b503cd

#b503cd #cd0380 #5003cd

Monochromatic Colors of #b503cd

#b503cd

Complementary Color

#b503cd #1bcd03

#b503cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b503cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b503cd Color CSS Codes

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

#b503cd Text Font Color

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

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


#b503cd Background Color

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

This div background color is #b503cd


#b503cd Border Color

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

This div border color is #b503cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b503cd


Comments

No comments written yet.

Please login to write comment.