Color Hex Logo

#265aea Color Hex

#265AEA
(38,90,234)
0 Favorites   0 Comments

Color spaces of #265aea

RGB 3890234
HSL0.620.820.53
HSV224°84°92°
CMYK 0.840.620.00   0.08
XYZ19.306813.664979.4619
Yxy13.66490.17170.1215
Hunter Lab36.966128.5372-101.5730
CIE-Lab43.748536.3822-77.0505

#265aea color RGB value is (38,90,234).

#265aea hex color red value is 38, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #265aea hue: 0.62 , saturation: 0.82 and the lightness value of 265aea is 0.53.

The process color (four color CMYK) of #265aea color hex is 0.84, 0.62, 0.00, 0.08. Web safe color of #265aea is #3366ff. Color #265aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 11101010
Octal 46 132 352
Decimal 38 90 234
Hex 26 5A EA

RGB Percentages of Color #265aea

%10.50
%24.86
%64.64

CMYK Percentages of Color #265aea

%84
%62
%0
%8

Triadic Colors of #265aea

#265aea #ea265a #5aea26

Analogous Colors of #265aea

#265aea #5426ea #26bcea

Monochromatic Colors of #265aea

#265aea

Complementary Color

#265aea #eab626

#265aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#265aea Color CSS Codes

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

#265aea Text Font Color

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

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


#265aea Background Color

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

This div background color is #265aea


#265aea Border Color

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

This div border color is #265aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,90,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #265aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #265aea;
  -webkit-box-shadow: 1px 1px 3px 2px #265aea;
  box-shadow:         1px 1px 3px 2px #265aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265aea


Comments

No comments written yet.

Please login to write comment.