Color Hex Logo

#260da5 Color Hex

#260DA5
(38,13,165)
0 Favorites   0 Comments

Color spaces of #260da5

RGB 3813165
HSL0.690.850.35
HSV250°92°65°
CMYK 0.770.920.00   0.35
XYZ7.73483.416535.8491
Yxy3.41650.16460.0727
Hunter Lab18.483842.3493-102.0537
CIE-Lab21.640254.4319-73.2060

#260da5 color RGB value is (38,13,165).

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

The process color (four color CMYK) of #260da5 color hex is 0.77, 0.92, 0.00, 0.35. Web safe color of #260da5 is #330099. Color #260da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00001101 10100101
Octal 46 15 245
Decimal 38 13 165
Hex 26 D A5

RGB Percentages of Color #260da5

%17.59
%6.02
%76.39

CMYK Percentages of Color #260da5

%77
%92
%0
%35

Triadic Colors of #260da5

#260da5 #a5260d #0da526

Analogous Colors of #260da5

#260da5 #720da5 #0d40a5

Monochromatic Colors of #260da5

#260da5

Complementary Color

#260da5 #8ca50d

#260da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#260da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#260da5 Color CSS Codes

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

#260da5 Text Font Color

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

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


#260da5 Background Color

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

This div background color is #260da5


#260da5 Border Color

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

This div border color is #260da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #260da5


Comments

No comments written yet.

Please login to write comment.