color codes Logo

#be09cc color codes

#BE09CC
(190,9,204)
0 Favorites   0 Comments

Color spaces of #be09cc

RGB 1909204
HSL0.820.920.42
HSV296°96°80°
CMYK 0.070.960.00   0.20
XYZ32.232015.502258.4201
Yxy15.50220.30360.1460
Hunter Lab39.372877.2240-60.4115
CIE-Lab46.314580.0771-55.0777

#be09cc color RGB value is (190,9,204).

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

The process color (four color CMYK) of #be09cc color code is 0.07, 0.96, 0.00, 0.20. Web safe color of #be09cc is #cc00cc. Color #be09cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001001 11001100
Octal 276 11 314
Decimal 190 9 204
Hex BE 9 CC

RGB Percentages of Color #be09cc

%47.15
%2.23
%50.62

CMYK Percentages of Color #be09cc

%7
%96
%0
%20

Triadic Colors of #be09cc

#be09cc #ccbe09 #09ccbe

Analogous Colors of #be09cc

#be09cc #cc0979 #5d09cc

Monochromatic Colors of #be09cc

#be09cc

Complementary Color

#be09cc #17cc09

#be09cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be09cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be09cc Color CSS Codes

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

#be09cc Text Font Color

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

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


#be09cc Background Color

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

This div background color is #be09cc


#be09cc Border Color

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

This div border color is #be09cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be09cc


Comments

No comments written yet.

Please login to write comment.