Color Hex Logo

#be52d4 Color Hex

#BE52D4
(190,82,212)
0 Favorites   0 Comments

Color spaces of #be52d4

RGB 19082212
HSL0.810.600.58
HSV290°61°83°
CMYK 0.100.610.00   0.17
XYZ36.136221.735264.5781
Yxy21.73520.29510.1775
Hunter Lab46.621056.7695-49.4921
CIE-Lab53.744961.5945-47.7872

#be52d4 color RGB value is (190,82,212).

#be52d4 hex color red value is 190, green value is 82 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #be52d4 hue: 0.81 , saturation: 0.60 and the lightness value of be52d4 is 0.58.

The process color (four color CMYK) of #be52d4 color hex is 0.10, 0.61, 0.00, 0.17. Web safe color of #be52d4 is #cc66cc. Color #be52d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 11010100
Octal 276 122 324
Decimal 190 82 212
Hex BE 52 D4

RGB Percentages of Color #be52d4

%39.26
%16.94
%43.80

CMYK Percentages of Color #be52d4

%10
%61
%0
%17

Triadic Colors of #be52d4

#be52d4 #d4be52 #52d4be

Analogous Colors of #be52d4

#be52d4 #d452a9 #7d52d4

Monochromatic Colors of #be52d4

#be52d4

Complementary Color

#be52d4 #68d452

#be52d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be52d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be52d4 Color CSS Codes

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

#be52d4 Text Font Color

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

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


#be52d4 Background Color

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

This div background color is #be52d4


#be52d4 Border Color

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

This div border color is #be52d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be52d4


Comments

No comments written yet.

Please login to write comment.