Color Hex Logo

#be73ca Color Hex

#BE73CA
(190,115,202)
0 Favorites   0 Comments

Color spaces of #be73ca

RGB 190115202
HSL0.810.450.62
HSV292°43°79°
CMYK 0.060.430.00   0.21
XYZ38.026627.472959.1757
Yxy27.47290.30500.2204
Hunter Lab52.414637.7756-30.2478
CIE-Lab59.409543.3873-33.1977

#be73ca color RGB value is (190,115,202).

#be73ca hex color red value is 190, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be73ca hue: 0.81 , saturation: 0.45 and the lightness value of be73ca is 0.62.

The process color (four color CMYK) of #be73ca color hex is 0.06, 0.43, 0.00, 0.21. Web safe color of #be73ca is #cc66cc. Color #be73ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 11001010
Octal 276 163 312
Decimal 190 115 202
Hex BE 73 CA

RGB Percentages of Color #be73ca

%37.48
%22.68
%39.84

CMYK Percentages of Color #be73ca

%6
%43
%0
%21

Triadic Colors of #be73ca

#be73ca #cabe73 #73cabe

Analogous Colors of #be73ca

#be73ca #ca73ab #9373ca

Monochromatic Colors of #be73ca

#be73ca

Complementary Color

#be73ca #7fca73

#be73ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be73ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be73ca Color CSS Codes

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

#be73ca Text Font Color

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

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


#be73ca Background Color

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

This div background color is #be73ca


#be73ca Border Color

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

This div border color is #be73ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be73ca


Comments

No comments written yet.

Please login to write comment.