Color Hex Logo

#be79cd Color Hex

#BE79CD
(190,121,205)
0 Favorites   0 Comments

Color spaces of #be79cd

RGB 190121205
HSL0.800.460.64
HSV289°41°80°
CMYK 0.070.410.00   0.20
XYZ39.092029.029761.3005
Yxy29.02970.30210.2243
Hunter Lab53.879235.2218-29.7411
CIE-Lab60.807840.7692-32.7174

#be79cd color RGB value is (190,121,205).

#be79cd hex color red value is 190, green value is 121 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be79cd hue: 0.80 , saturation: 0.46 and the lightness value of be79cd is 0.64.

The process color (four color CMYK) of #be79cd color hex is 0.07, 0.41, 0.00, 0.20. Web safe color of #be79cd is #cc66cc. Color #be79cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 11001101
Octal 276 171 315
Decimal 190 121 205
Hex BE 79 CD

RGB Percentages of Color #be79cd

%36.82
%23.45
%39.73

CMYK Percentages of Color #be79cd

%7
%41
%0
%20

Triadic Colors of #be79cd

#be79cd #cdbe79 #79cdbe

Analogous Colors of #be79cd

#be79cd #cd79b2 #9479cd

Monochromatic Colors of #be79cd

#be79cd

Complementary Color

#be79cd #88cd79

#be79cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be79cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be79cd Color CSS Codes

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

#be79cd Text Font Color

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

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


#be79cd Background Color

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

This div background color is #be79cd


#be79cd Border Color

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

This div border color is #be79cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be79cd


Comments

No comments written yet.

Please login to write comment.