Color Hex Logo

#613267 Color Hex

#613267
(97,50,103)
0 Favorites   0 Comments

Color spaces of #613267

RGB 9750103
HSL0.810.350.30
HSV293°51°40°
CMYK 0.060.510.00   0.60
XYZ8.51855.801913.5029
Yxy5.80190.30620.2085
Hunter Lab24.087120.9747-16.3761
CIE-Lab28.907130.1929-22.3101

#613267 color RGB value is (97,50,103).

#613267 hex color red value is 97, green value is 50 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #613267 hue: 0.81 , saturation: 0.35 and the lightness value of 613267 is 0.30.

The process color (four color CMYK) of #613267 color hex is 0.06, 0.51, 0.00, 0.60. Web safe color of #613267 is #663366. Color #613267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110010 01100111
Octal 141 62 147
Decimal 97 50 103
Hex 61 32 67

RGB Percentages of Color #613267

%38.80
%20.00
%41.20

CMYK Percentages of Color #613267

%6
%51
%0
%60

Triadic Colors of #613267

#613267 #676132 #326761

Analogous Colors of #613267

#613267 #673253 #473267

Monochromatic Colors of #613267

#613267

Complementary Color

#613267 #386732

#613267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613267 Color CSS Codes

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

#613267 Text Font Color

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

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


#613267 Background Color

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

This div background color is #613267


#613267 Border Color

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

This div border color is #613267


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,50,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613267; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613267;
  -webkit-box-shadow: 1px 1px 3px 2px #613267;
  box-shadow:         1px 1px 3px 2px #613267; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,50,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613267


Comments

No comments written yet.

Please login to write comment.