Color Hex Logo

#b418cd Color Hex

#B418CD
(180,24,205)
0 Favorites   0 Comments

Color spaces of #b418cd

RGB 18024205
HSL0.810.790.45
HSV292°88°80°
CMYK 0.120.880.00   0.20
XYZ30.168514.764359.0174
Yxy14.76430.29020.1420
Hunter Lab38.424372.9050-64.1687
CIE-Lab45.309776.8028-57.3622

#b418cd color RGB value is (180,24,205).

#b418cd hex color red value is 180, green value is 24 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b418cd hue: 0.81 , saturation: 0.79 and the lightness value of b418cd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011000 11001101
Octal 264 30 315
Decimal 180 24 205
Hex B4 18 CD

RGB Percentages of Color #b418cd

%44.01
%5.87
%50.12

CMYK Percentages of Color #b418cd

%12
%88
%0
%20

Triadic Colors of #b418cd

#b418cd #cdb418 #18cdb4

Analogous Colors of #b418cd

#b418cd #cd188c #5a18cd

Monochromatic Colors of #b418cd

#b418cd

Complementary Color

#b418cd #31cd18

#b418cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b418cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b418cd Color CSS Codes

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

#b418cd Text Font Color

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

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


#b418cd Background Color

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

This div background color is #b418cd


#b418cd Border Color

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

This div border color is #b418cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b418cd


Comments

No comments written yet.

Please login to write comment.