Color Hex Logo

#be72d8 Color Hex

#BE72D8
(190,114,216)
0 Favorites   0 Comments

Color spaces of #be72d8

RGB 190114216
HSL0.790.570.65
HSV285°47°85°
CMYK 0.120.470.00   0.15
XYZ39.647227.939668.2690
Yxy27.93960.29180.2057
Hunter Lab52.857941.3863-39.5758
CIE-Lab59.834146.7183-40.4308

#be72d8 color RGB value is (190,114,216).

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

The process color (four color CMYK) of #be72d8 color hex is 0.12, 0.47, 0.00, 0.15. Web safe color of #be72d8 is #cc66cc. Color #be72d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 11011000
Octal 276 162 330
Decimal 190 114 216
Hex BE 72 D8

RGB Percentages of Color #be72d8

%36.54
%21.92
%41.54

CMYK Percentages of Color #be72d8

%12
%47
%0
%15

Triadic Colors of #be72d8

#be72d8 #d8be72 #72d8be

Analogous Colors of #be72d8

#be72d8 #d872bf #8b72d8

Monochromatic Colors of #be72d8

#be72d8

Complementary Color

#be72d8 #8cd872

#be72d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be72d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be72d8 Color CSS Codes

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

#be72d8 Text Font Color

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

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


#be72d8 Background Color

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

This div background color is #be72d8


#be72d8 Border Color

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

This div border color is #be72d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be72d8


Comments

No comments written yet.

Please login to write comment.