Color Hex Logo

#be02cc Color Hex

#BE02CC
(190,2,204)
0 Favorites   0 Comments

Color spaces of #be02cc

RGB 1902204
HSL0.820.980.40
HSV296°99°80°
CMYK 0.070.990.00   0.20
XYZ32.156015.350258.3948
Yxy15.35020.30360.1449
Hunter Lab39.179377.9381-60.9432
CIE-Lab46.110280.6836-55.4065

#be02cc color RGB value is (190,2,204).

#be02cc hex color red value is 190, green value is 2 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be02cc hue: 0.82 , saturation: 0.98 and the lightness value of be02cc is 0.40.

The process color (four color CMYK) of #be02cc color hex is 0.07, 0.99, 0.00, 0.20. Web safe color of #be02cc is #cc00cc. Color #be02cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 11001100
Octal 276 2 314
Decimal 190 2 204
Hex BE 2 CC

RGB Percentages of Color #be02cc

%47.98
%0.51
%51.52

CMYK Percentages of Color #be02cc

%7
%99
%0
%20

Triadic Colors of #be02cc

#be02cc #ccbe02 #02ccbe

Analogous Colors of #be02cc

#be02cc #cc0275 #5902cc

Monochromatic Colors of #be02cc

#be02cc

Complementary Color

#be02cc #10cc02

#be02cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be02cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be02cc Color CSS Codes

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

#be02cc Text Font Color

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

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


#be02cc Background Color

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

This div background color is #be02cc


#be02cc Border Color

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

This div border color is #be02cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be02cc


Comments

No comments written yet.

Please login to write comment.