Color Hex Logo

#613ebc Color Hex

#613EBC
(97,62,188)
0 Favorites   0 Comments

Color spaces of #613ebc

RGB 9762188
HSL0.710.500.49
HSV257°67°74°
CMYK 0.480.670.00   0.26
XYZ15.72959.617548.6043
Yxy9.61750.21270.1301
Hunter Lab31.012136.2650-71.2149
CIE-Lab37.147045.4307-61.2182

#613ebc color RGB value is (97,62,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111110 10111100
Octal 141 76 274
Decimal 97 62 188
Hex 61 3E BC

RGB Percentages of Color #613ebc

%27.95
%17.87
%54.18

CMYK Percentages of Color #613ebc

%48
%67
%0
%26

Triadic Colors of #613ebc

#613ebc #bc613e #3ebc61

Analogous Colors of #613ebc

#613ebc #a03ebc #3e5abc

Monochromatic Colors of #613ebc

#613ebc

Complementary Color

#613ebc #99bc3e

#613ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#613ebc Color CSS Codes

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

#613ebc Text Font Color

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

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


#613ebc Background Color

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

This div background color is #613ebc


#613ebc Border Color

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

This div border color is #613ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613ebc


Comments

No comments written yet.

Please login to write comment.