color codes Logo

#6e50cc color codes

#6E50CC
(110,80,204)
0 Favorites   0 Comments

Color spaces of #6e50cc

RGB 11080204
HSL0.710.550.56
HSV255°61°80°
CMYK 0.460.610.00   0.20
XYZ20.198213.412058.6509
Yxy13.41200.21890.1454
Hunter Lab36.622434.3582-69.3175
CIE-Lab43.377642.4365-60.3551

#6e50cc color RGB value is (110,80,204).

#6e50cc hex color red value is 110, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6e50cc hue: 0.71 , saturation: 0.55 and the lightness value of 6e50cc is 0.56.

The process color (four color CMYK) of #6e50cc color code is 0.46, 0.61, 0.00, 0.20. Web safe color of #6e50cc is #6666cc. Color #6e50cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010000 11001100
Octal 156 120 314
Decimal 110 80 204
Hex 6E 50 CC

RGB Percentages of Color #6e50cc

%27.92
%20.30
%51.78

CMYK Percentages of Color #6e50cc

%46
%61
%0
%20

Triadic Colors of #6e50cc

#6e50cc #cc6e50 #50cc6e

Analogous Colors of #6e50cc

#6e50cc #ac50cc #5070cc

Monochromatic Colors of #6e50cc

#6e50cc

Complementary Color

#6e50cc #aecc50

#6e50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e50cc Color CSS Codes

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

#6e50cc Text Font Color

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

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


#6e50cc Background Color

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

This div background color is #6e50cc


#6e50cc Border Color

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

This div border color is #6e50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e50cc

#6e50cc Color Palettes


Comments

No comments written yet.

Please login to write comment.