Color Hex Logo

#603bca Color Hex

#603BCA
(96,59,202)
0 Favorites   0 Comments

Color spaces of #603bca

RGB 9659202
HSL0.710.570.51
HSV256°71°79°
CMYK 0.520.710.00   0.21
XYZ17.04859.879056.8854
Yxy9.87900.20340.1179
Hunter Lab31.430941.8166-85.3048
CIE-Lab37.624450.8410-68.6249

#603bca color RGB value is (96,59,202).

#603bca hex color red value is 96, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #603bca hue: 0.71 , saturation: 0.57 and the lightness value of 603bca is 0.51.

The process color (four color CMYK) of #603bca color hex is 0.52, 0.71, 0.00, 0.21. Web safe color of #603bca is #6633cc. Color #603bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111011 11001010
Octal 140 73 312
Decimal 96 59 202
Hex 60 3B CA

RGB Percentages of Color #603bca

%26.89
%16.53
%56.58

CMYK Percentages of Color #603bca

%52
%71
%0
%21

Triadic Colors of #603bca

#603bca #ca603b #3bca60

Analogous Colors of #603bca

#603bca #a83bca #3b5eca

Monochromatic Colors of #603bca

#603bca

Complementary Color

#603bca #a5ca3b

#603bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#603bca Color CSS Codes

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

#603bca Text Font Color

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

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


#603bca Background Color

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

This div background color is #603bca


#603bca Border Color

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

This div border color is #603bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,59,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603bca


Comments

No comments written yet.

Please login to write comment.