Color Hex Logo

#6550cd Color Hex

#6550CD
(101,80,205)
0 Favorites   0 Comments

Color spaces of #6550cd

RGB 10180205
HSL0.690.560.56
HSV250°61°80°
CMYK 0.510.610.00   0.20
XYZ19.254912.911859.2350
Yxy12.91180.21070.1413
Hunter Lab35.933032.7675-72.5856
CIE-Lab42.630040.9394-62.1823

#6550cd color RGB value is (101,80,205).

#6550cd hex color red value is 101, green value is 80 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6550cd hue: 0.69 , saturation: 0.56 and the lightness value of 6550cd is 0.56.

The process color (four color CMYK) of #6550cd color hex is 0.51, 0.61, 0.00, 0.20. Web safe color of #6550cd is #6666cc. Color #6550cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010000 11001101
Octal 145 120 315
Decimal 101 80 205
Hex 65 50 CD

RGB Percentages of Color #6550cd

%26.17
%20.73
%53.11

CMYK Percentages of Color #6550cd

%51
%61
%0
%20

Triadic Colors of #6550cd

#6550cd #cd6550 #50cd65

Analogous Colors of #6550cd

#6550cd #a450cd #507acd

Monochromatic Colors of #6550cd

#6550cd

Complementary Color

#6550cd #b8cd50

#6550cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6550cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6550cd Color CSS Codes

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

#6550cd Text Font Color

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

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


#6550cd Background Color

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

This div background color is #6550cd


#6550cd Border Color

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

This div border color is #6550cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,80,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6550cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6550cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6550cd;
  box-shadow:         1px 1px 3px 2px #6550cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6550cd


Comments

No comments written yet.

Please login to write comment.