Color Hex Logo

#603cbc Color Hex

#603CBC
(96,60,188)
0 Favorites   0 Comments

Color spaces of #603cbc

RGB 9660188
HSL0.710.520.49
HSV257°68°74°
CMYK 0.490.680.00   0.26
XYZ15.51689.349448.5637
Yxy9.34940.21130.1273
Hunter Lab30.576837.0740-72.7638
CIE-Lab36.648546.3364-62.0351

#603cbc color RGB value is (96,60,188).

#603cbc hex color red value is 96, green value is 60 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #603cbc hue: 0.71 , saturation: 0.52 and the lightness value of 603cbc is 0.49.

The process color (four color CMYK) of #603cbc color hex is 0.49, 0.68, 0.00, 0.26. Web safe color of #603cbc is #6633cc. Color #603cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111100 10111100
Octal 140 74 274
Decimal 96 60 188
Hex 60 3C BC

RGB Percentages of Color #603cbc

%27.91
%17.44
%54.65

CMYK Percentages of Color #603cbc

%49
%68
%0
%26

Triadic Colors of #603cbc

#603cbc #bc603c #3cbc60

Analogous Colors of #603cbc

#603cbc #a03cbc #3c58bc

Monochromatic Colors of #603cbc

#603cbc

Complementary Color

#603cbc #98bc3c

#603cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#603cbc Color CSS Codes

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

#603cbc Text Font Color

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

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


#603cbc Background Color

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

This div background color is #603cbc


#603cbc Border Color

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

This div border color is #603cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,60,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 #603cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603cbc


Comments

No comments written yet.

Please login to write comment.