Color Hex Logo

#be65cc Color Hex

#BE65CC
(190,101,204)
0 Favorites   0 Comments

Color spaces of #be65cc

RGB 190101204
HSL0.810.500.60
HSV292°50°80°
CMYK 0.070.500.00   0.20
XYZ36.788024.614159.9388
Yxy24.61410.30320.2029
Hunter Lab49.612645.5366-36.9016
CIE-Lab56.697551.0328-38.5722

#be65cc color RGB value is (190,101,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 11001100
Octal 276 145 314
Decimal 190 101 204
Hex BE 65 CC

RGB Percentages of Color #be65cc

%38.38
%20.40
%41.21

CMYK Percentages of Color #be65cc

%7
%50
%0
%20

Triadic Colors of #be65cc

#be65cc #ccbe65 #65ccbe

Analogous Colors of #be65cc

#be65cc #cc65a7 #8b65cc

Monochromatic Colors of #be65cc

#be65cc

Complementary Color

#be65cc #73cc65

#be65cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be65cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be65cc Color CSS Codes

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

#be65cc Text Font Color

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

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


#be65cc Background Color

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

This div background color is #be65cc


#be65cc Border Color

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

This div border color is #be65cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be65cc


Comments

No comments written yet.

Please login to write comment.