Color Hex Logo

#613cbc Color Hex

#613CBC
(97,60,188)
0 Favorites   0 Comments

Color spaces of #613cbc

RGB 9760188
HSL0.710.520.49
HSV257°68°74°
CMYK 0.480.680.00   0.26
XYZ15.62279.403948.5687
Yxy9.40390.21230.1278
Hunter Lab30.665837.2718-72.4379
CIE-Lab36.750646.5166-61.8643

#613cbc color RGB value is (97,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 10111100
Octal 141 74 274
Decimal 97 60 188
Hex 61 3C BC

RGB Percentages of Color #613cbc

%28.12
%17.39
%54.49

CMYK Percentages of Color #613cbc

%48
%68
%0
%26

Triadic Colors of #613cbc

#613cbc #bc613c #3cbc61

Analogous Colors of #613cbc

#613cbc #a13cbc #3c57bc

Monochromatic Colors of #613cbc

#613cbc

Complementary Color

#613cbc #97bc3c

#613cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#613cbc Color CSS Codes

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

#613cbc Text Font Color

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

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


#613cbc Background Color

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

This div background color is #613cbc


#613cbc Border Color

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

This div border color is #613cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613cbc


Comments

No comments written yet.

Please login to write comment.