Color Hex Logo

#265aed Color Hex

#265AED
(38,90,237)
0 Favorites   0 Comments

Color spaces of #265aed

RGB 3890237
HSL0.620.850.54
HSV224°84°93°
CMYK 0.840.620.00   0.07
XYZ19.741613.838881.7514
Yxy13.83880.17120.1200
Hunter Lab37.200529.6255-104.2545
CIE-Lab44.000937.4844-78.3284

#265aed color RGB value is (38,90,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 11101101
Octal 46 132 355
Decimal 38 90 237
Hex 26 5A ED

RGB Percentages of Color #265aed

%10.41
%24.66
%64.93

CMYK Percentages of Color #265aed

%84
%62
%0
%7

Triadic Colors of #265aed

#265aed #ed265a #5aed26

Analogous Colors of #265aed

#265aed #5526ed #26beed

Monochromatic Colors of #265aed

#265aed

Complementary Color

#265aed #edb926

#265aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#265aed Color CSS Codes

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

#265aed Text Font Color

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

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


#265aed Background Color

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

This div background color is #265aed


#265aed Border Color

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

This div border color is #265aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265aed


Comments

No comments written yet.

Please login to write comment.