Color Hex Logo

#be32cd Color Hex

#BE32CD
(190,50,205)
0 Favorites   0 Comments

Color spaces of #be32cd

RGB 19050205
HSL0.820.610.50
HSV294°76°80°
CMYK 0.070.760.00   0.20
XYZ33.395317.636159.4016
Yxy17.63610.30240.1597
Hunter Lab41.995468.4538-54.4678
CIE-Lab49.051772.4239-51.2634

#be32cd color RGB value is (190,50,205).

#be32cd hex color red value is 190, green value is 50 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be32cd hue: 0.82 , saturation: 0.61 and the lightness value of be32cd is 0.50.

The process color (four color CMYK) of #be32cd color hex is 0.07, 0.76, 0.00, 0.20. Web safe color of #be32cd is #cc33cc. Color #be32cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 11001101
Octal 276 62 315
Decimal 190 50 205
Hex BE 32 CD

RGB Percentages of Color #be32cd

%42.70
%11.24
%46.07

CMYK Percentages of Color #be32cd

%7
%76
%0
%20

Triadic Colors of #be32cd

#be32cd #cdbe32 #32cdbe

Analogous Colors of #be32cd

#be32cd #cd328f #7132cd

Monochromatic Colors of #be32cd

#be32cd

Complementary Color

#be32cd #41cd32

#be32cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be32cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be32cd Color CSS Codes

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

#be32cd Text Font Color

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

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


#be32cd Background Color

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

This div background color is #be32cd


#be32cd Border Color

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

This div border color is #be32cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be32cd


Comments

No comments written yet.

Please login to write comment.