Color Hex Logo

#be79ca Color Hex

#BE79CA
(190,121,202)
0 Favorites   0 Comments

Color spaces of #be79ca

RGB 190121202
HSL0.810.430.63
HSV291°40°79°
CMYK 0.060.400.00   0.21
XYZ38.733228.886259.4112
Yxy28.88620.30490.2274
Hunter Lab53.745934.5848-27.9176
CIE-Lab60.681140.1745-31.2216

#be79ca color RGB value is (190,121,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 11001010
Octal 276 171 312
Decimal 190 121 202
Hex BE 79 CA

RGB Percentages of Color #be79ca

%37.04
%23.59
%39.38

CMYK Percentages of Color #be79ca

%6
%40
%0
%21

Triadic Colors of #be79ca

#be79ca #cabe79 #79cabe

Analogous Colors of #be79ca

#be79ca #ca79ae #9679ca

Monochromatic Colors of #be79ca

#be79ca

Complementary Color

#be79ca #85ca79

#be79ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be79ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be79ca Color CSS Codes

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

#be79ca Text Font Color

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

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


#be79ca Background Color

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

This div background color is #be79ca


#be79ca Border Color

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

This div border color is #be79ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be79ca


Comments

No comments written yet.

Please login to write comment.