Color Hex Logo

#be62cc Color Hex

#BE62CC
(190,98,204)
0 Favorites   0 Comments

Color spaces of #be62cc

RGB 19098204
HSL0.810.510.59
HSV292°52°80°
CMYK 0.070.520.00   0.20
XYZ36.502024.042159.8435
Yxy24.04210.30320.1997
Hunter Lab49.032747.0755-38.0394
CIE-Lab56.129952.5324-39.4639

#be62cc color RGB value is (190,98,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 11001100
Octal 276 142 314
Decimal 190 98 204
Hex BE 62 CC

RGB Percentages of Color #be62cc

%38.62
%19.92
%41.46

CMYK Percentages of Color #be62cc

%7
%52
%0
%20

Triadic Colors of #be62cc

#be62cc #ccbe62 #62ccbe

Analogous Colors of #be62cc

#be62cc #cc62a5 #8962cc

Monochromatic Colors of #be62cc

#be62cc

Complementary Color

#be62cc #70cc62

#be62cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be62cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be62cc Color CSS Codes

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

#be62cc Text Font Color

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

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


#be62cc Background Color

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

This div background color is #be62cc


#be62cc Border Color

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

This div border color is #be62cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be62cc


Comments

No comments written yet.

Please login to write comment.