Color Hex Logo

#261241 Color Hex

#261241
(38,18,65)
0 Favorites   0 Comments

Color spaces of #261241

RGB 381865
HSL0.740.570.16
HSV266°72°25°
CMYK 0.420.720.00   0.75
XYZ1.96981.22635.1339
Yxy1.22630.23650.1472
Hunter Lab11.073812.3721-19.7355
CIE-Lab10.750022.0386-26.1329

#261241 color RGB value is (38,18,65).

#261241 hex color red value is 38, green value is 18 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #261241 hue: 0.74 , saturation: 0.57 and the lightness value of 261241 is 0.16.

The process color (four color CMYK) of #261241 color hex is 0.42, 0.72, 0.00, 0.75. Web safe color of #261241 is #330033. Color #261241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00010010 01000001
Octal 46 22 101
Decimal 38 18 65
Hex 26 12 41

RGB Percentages of Color #261241

%31.40
%14.88
%53.72

CMYK Percentages of Color #261241

%42
%72
%0
%75

Triadic Colors of #261241

#261241 #412612 #124126

Analogous Colors of #261241

#261241 #3e1241 #121541

Monochromatic Colors of #261241

#261241

Complementary Color

#261241 #2d4112

#261241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#261241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#261241 Color CSS Codes

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

#261241 Text Font Color

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

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


#261241 Background Color

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

This div background color is #261241


#261241 Border Color

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

This div border color is #261241


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,18,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #261241; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #261241;
  -webkit-box-shadow: 1px 1px 3px 2px #261241;
  box-shadow:         1px 1px 3px 2px #261241; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #261241


Comments

No comments written yet.

Please login to write comment.