Color Hex Logo

#61268b Color Hex

#61268B
(97,38,139)
0 Favorites   0 Comments

Color spaces of #61268b

RGB 9738139
HSL0.760.570.35
HSV275°73°55°
CMYK 0.300.730.00   0.45
XYZ10.28315.791725.0020
Yxy5.79170.25030.1410
Hunter Lab24.066034.1556-44.7499
CIE-Lab28.880744.7980-45.0909

#61268b color RGB value is (97,38,139).

#61268b hex color red value is 97, green value is 38 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #61268b hue: 0.76 , saturation: 0.57 and the lightness value of 61268b is 0.35.

The process color (four color CMYK) of #61268b color hex is 0.30, 0.73, 0.00, 0.45. Web safe color of #61268b is #663399. Color #61268b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100110 10001011
Octal 141 46 213
Decimal 97 38 139
Hex 61 26 8B

RGB Percentages of Color #61268b

%35.40
%13.87
%50.73

CMYK Percentages of Color #61268b

%30
%73
%0
%45

Triadic Colors of #61268b

#61268b #8b6126 #268b61

Analogous Colors of #61268b

#61268b #8b2683 #2e268b

Monochromatic Colors of #61268b

#61268b

Complementary Color

#61268b #508b26

#61268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61268b Color CSS Codes

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

#61268b Text Font Color

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

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


#61268b Background Color

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

This div background color is #61268b


#61268b Border Color

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

This div border color is #61268b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,38,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61268b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61268b;
  -webkit-box-shadow: 1px 1px 3px 2px #61268b;
  box-shadow:         1px 1px 3px 2px #61268b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61268b


Comments

No comments written yet.

Please login to write comment.