Color Hex Logo

#b514cd Color Hex

#B514CD
(181,20,205)
0 Favorites   0 Comments

Color spaces of #b514cd

RGB 18120205
HSL0.810.820.44
HSV292°90°80°
CMYK 0.120.900.00   0.20
XYZ30.325714.731859.0028
Yxy14.73180.29140.1416
Hunter Lab38.382073.8646-64.2762
CIE-Lab45.264677.5883-57.4263

#b514cd color RGB value is (181,20,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 11001101
Octal 265 24 315
Decimal 181 20 205
Hex B5 14 CD

RGB Percentages of Color #b514cd

%44.58
%4.93
%50.49

CMYK Percentages of Color #b514cd

%12
%90
%0
%20

Triadic Colors of #b514cd

#b514cd #cdb514 #14cdb5

Analogous Colors of #b514cd

#b514cd #cd1489 #5814cd

Monochromatic Colors of #b514cd

#b514cd

Complementary Color

#b514cd #2ccd14

#b514cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b514cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b514cd Color CSS Codes

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

#b514cd Text Font Color

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

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


#b514cd Background Color

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

This div background color is #b514cd


#b514cd Border Color

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

This div border color is #b514cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b514cd


Comments

No comments written yet.

Please login to write comment.