Color Hex Logo

#6753cd Color Hex

#6753CD
(103,83,205)
0 Favorites   0 Comments

Color spaces of #6753cd

RGB 10383205
HSL0.690.550.56
HSV250°60°80°
CMYK 0.500.600.00   0.20
XYZ19.706213.477959.3205
Yxy13.47790.21300.1457
Hunter Lab36.712331.5678-70.1035
CIE-Lab43.474739.5754-60.8046

#6753cd color RGB value is (103,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010011 11001101
Octal 147 123 315
Decimal 103 83 205
Hex 67 53 CD

RGB Percentages of Color #6753cd

%26.34
%21.23
%52.43

CMYK Percentages of Color #6753cd

%50
%60
%0
%20

Triadic Colors of #6753cd

#6753cd #cd6753 #53cd67

Analogous Colors of #6753cd

#6753cd #a453cd #537ccd

Monochromatic Colors of #6753cd

#6753cd

Complementary Color

#6753cd #b9cd53

#6753cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6753cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6753cd Color CSS Codes

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

#6753cd Text Font Color

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

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


#6753cd Background Color

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

This div background color is #6753cd


#6753cd Border Color

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

This div border color is #6753cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6753cd


Comments

No comments written yet.

Please login to write comment.