Color Hex Logo

#603acd Color Hex

#603ACD
(96,58,205)
0 Favorites   0 Comments

Color spaces of #603acd

RGB 9658205
HSL0.710.600.52
HSV256°72°80°
CMYK 0.530.720.00   0.20
XYZ17.35649.920758.7577
Yxy9.92070.20170.1153
Hunter Lab31.497143.2419-88.5571
CIE-Lab37.699752.2037-70.2432

#603acd color RGB value is (96,58,205).

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

The process color (four color CMYK) of #603acd color hex is 0.53, 0.72, 0.00, 0.20. Web safe color of #603acd is #6633cc. Color #603acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111010 11001101
Octal 140 72 315
Decimal 96 58 205
Hex 60 3A CD

RGB Percentages of Color #603acd

%26.74
%16.16
%57.10

CMYK Percentages of Color #603acd

%53
%72
%0
%20

Triadic Colors of #603acd

#603acd #cd603a #3acd60

Analogous Colors of #603acd

#603acd #aa3acd #3a5ecd

Monochromatic Colors of #603acd

#603acd

Complementary Color

#603acd #a7cd3a

#603acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#603acd Color CSS Codes

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

#603acd Text Font Color

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

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


#603acd Background Color

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

This div background color is #603acd


#603acd Border Color

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

This div border color is #603acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603acd


Comments

No comments written yet.

Please login to write comment.