Color Hex Logo

#be48df Color Hex

#BE48DF
(190,72,223)
0 Favorites   0 Comments

Color spaces of #be48df

RGB 19072223
HSL0.800.700.58
HSV287°68°87°
CMYK 0.150.680.00   0.13
XYZ36.871920.909671.9046
Yxy20.90960.28430.1612
Hunter Lab45.727063.9109-61.2231
CIE-Lab52.850467.8917-55.4579

#be48df color RGB value is (190,72,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 11011111
Octal 276 110 337
Decimal 190 72 223
Hex BE 48 DF

RGB Percentages of Color #be48df

%39.18
%14.85
%45.98

CMYK Percentages of Color #be48df

%15
%68
%0
%13

Triadic Colors of #be48df

#be48df #dfbe48 #48dfbe

Analogous Colors of #be48df

#be48df #df48b5 #7348df

Monochromatic Colors of #be48df

#be48df

Complementary Color

#be48df #69df48

#be48df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be48df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be48df Color CSS Codes

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

#be48df Text Font Color

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

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


#be48df Background Color

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

This div background color is #be48df


#be48df Border Color

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

This div border color is #be48df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be48df


Comments

No comments written yet.

Please login to write comment.