Color Hex Logo

#260eaf Color Hex

#260EAF
(38,14,175)
0 Favorites   0 Comments

Color spaces of #260eaf

RGB 3814175
HSL0.690.850.37
HSV249°92°69°
CMYK 0.780.920.00   0.31
XYZ8.69423.821340.8368
Yxy3.82130.16300.0716
Hunter Lab19.548145.1801-110.1753
CIE-Lab23.071656.8735-76.8667

#260eaf color RGB value is (38,14,175).

#260eaf hex color red value is 38, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #260eaf hue: 0.69 , saturation: 0.85 and the lightness value of 260eaf is 0.37.

The process color (four color CMYK) of #260eaf color hex is 0.78, 0.92, 0.00, 0.31. Web safe color of #260eaf is #330099. Color #260eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00001110 10101111
Octal 46 16 257
Decimal 38 14 175
Hex 26 E AF

RGB Percentages of Color #260eaf

%16.74
%6.17
%77.09

CMYK Percentages of Color #260eaf

%78
%92
%0
%31

Triadic Colors of #260eaf

#260eaf #af260e #0eaf26

Analogous Colors of #260eaf

#260eaf #770eaf #0e46af

Monochromatic Colors of #260eaf

#260eaf

Complementary Color

#260eaf #97af0e

#260eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#260eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#260eaf Color CSS Codes

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

#260eaf Text Font Color

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

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


#260eaf Background Color

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

This div background color is #260eaf


#260eaf Border Color

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

This div border color is #260eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,14,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #260eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #260eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #260eaf;
  box-shadow:         1px 1px 3px 2px #260eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #260eaf


Comments

No comments written yet.

Please login to write comment.