Color Hex Logo

#be72da Color Hex

#BE72DA
(190,114,218)
0 Favorites   0 Comments

Color spaces of #be72da

RGB 190114218
HSL0.790.580.65
HSV284°48°85°
CMYK 0.130.480.00   0.15
XYZ39.907428.043769.6393
Yxy28.04370.29000.2038
Hunter Lab52.956341.8425-40.8989
CIE-Lab59.928247.1283-41.4063

#be72da color RGB value is (190,114,218).

#be72da hex color red value is 190, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be72da hue: 0.79 , saturation: 0.58 and the lightness value of be72da is 0.65.

The process color (four color CMYK) of #be72da color hex is 0.13, 0.48, 0.00, 0.15. Web safe color of #be72da is #cc66cc. Color #be72da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 11011010
Octal 276 162 332
Decimal 190 114 218
Hex BE 72 DA

RGB Percentages of Color #be72da

%36.40
%21.84
%41.76

CMYK Percentages of Color #be72da

%13
%48
%0
%15

Triadic Colors of #be72da

#be72da #dabe72 #72dabe

Analogous Colors of #be72da

#be72da #da72c2 #8a72da

Monochromatic Colors of #be72da

#be72da

Complementary Color

#be72da #8eda72

#be72da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be72da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be72da Color CSS Codes

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

#be72da Text Font Color

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

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


#be72da Background Color

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

This div background color is #be72da


#be72da Border Color

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

This div border color is #be72da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be72da


Comments

No comments written yet.

Please login to write comment.