Color Hex Logo

#645cbc Color Hex

#645CBC
(100,92,188)
0 Favorites   0 Comments

Color spaces of #645cbc

RGB 10092188
HSL0.680.420.55
HSV245°51°74°
CMYK 0.470.510.00   0.26
XYZ18.159813.994549.3210
Yxy13.99450.22290.1718
Hunter Lab37.409221.1843-51.9826
CIE-Lab44.225028.3883-49.7623

#645cbc color RGB value is (100,92,188).

#645cbc hex color red value is 100, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #645cbc hue: 0.68 , saturation: 0.42 and the lightness value of 645cbc is 0.55.

The process color (four color CMYK) of #645cbc color hex is 0.47, 0.51, 0.00, 0.26. Web safe color of #645cbc is #6666cc. Color #645cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011100 10111100
Octal 144 134 274
Decimal 100 92 188
Hex 64 5C BC

RGB Percentages of Color #645cbc

%26.32
%24.21
%49.47

CMYK Percentages of Color #645cbc

%47
%51
%0
%26

Triadic Colors of #645cbc

#645cbc #bc645c #5cbc64

Analogous Colors of #645cbc

#645cbc #945cbc #5c84bc

Monochromatic Colors of #645cbc

#645cbc

Complementary Color

#645cbc #b4bc5c

#645cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#645cbc Color CSS Codes

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

#645cbc Text Font Color

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

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


#645cbc Background Color

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

This div background color is #645cbc


#645cbc Border Color

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

This div border color is #645cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,92,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #645cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #645cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #645cbc;
  box-shadow:         1px 1px 3px 2px #645cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,92,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645cbc


Comments

No comments written yet.

Please login to write comment.