Color Hex Logo

#be38df Color Hex

#BE38DF
(190,56,223)
0 Favorites   0 Comments

Color spaces of #be38df

RGB 19056223
HSL0.800.720.55
HSV288°75°87°
CMYK 0.150.750.00   0.13
XYZ35.968719.103271.6036
Yxy19.10320.28390.1508
Hunter Lab43.707270.4084-66.5372
CIE-Lab50.807773.6942-58.7364

#be38df color RGB value is (190,56,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 11011111
Octal 276 70 337
Decimal 190 56 223
Hex BE 38 DF

RGB Percentages of Color #be38df

%40.51
%11.94
%47.55

CMYK Percentages of Color #be38df

%15
%75
%0
%13

Triadic Colors of #be38df

#be38df #dfbe38 #38dfbe

Analogous Colors of #be38df

#be38df #df38ad #6b38df

Monochromatic Colors of #be38df

#be38df

Complementary Color

#be38df #59df38

#be38df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be38df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be38df Color CSS Codes

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

#be38df Text Font Color

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

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


#be38df Background Color

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

This div background color is #be38df


#be38df Border Color

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

This div border color is #be38df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be38df


Comments

No comments written yet.

Please login to write comment.