Color Hex Logo

#be32df Color Hex

#BE32DF
(190,50,223)
0 Favorites   0 Comments

Color spaces of #be32df

RGB 19050223
HSL0.800.730.54
HSV289°78°87°
CMYK 0.150.780.00   0.13
XYZ35.695118.556171.5124
Yxy18.55610.28380.1475
Hunter Lab43.076872.5276-68.2744
CIE-Lab50.163875.5506-59.7728

#be32df color RGB value is (190,50,223).

#be32df hex color red value is 190, green value is 50 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be32df hue: 0.80 , saturation: 0.73 and the lightness value of be32df is 0.54.

The process color (four color CMYK) of #be32df color hex is 0.15, 0.78, 0.00, 0.13. Web safe color of #be32df is #cc33cc. Color #be32df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 11011111
Octal 276 62 337
Decimal 190 50 223
Hex BE 32 DF

RGB Percentages of Color #be32df

%41.04
%10.80
%48.16

CMYK Percentages of Color #be32df

%15
%78
%0
%13

Triadic Colors of #be32df

#be32df #dfbe32 #32dfbe

Analogous Colors of #be32df

#be32df #df32aa #6832df

Monochromatic Colors of #be32df

#be32df

Complementary Color

#be32df #53df32

#be32df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be32df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be32df Color CSS Codes

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

#be32df Text Font Color

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

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


#be32df Background Color

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

This div background color is #be32df


#be32df Border Color

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

This div border color is #be32df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,50,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be32df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be32df


Comments

No comments written yet.

Please login to write comment.