Color Hex Logo

#265afd Color Hex

#265AFD
(38,90,253)
0 Favorites   0 Comments

Color spaces of #265afd

RGB 3890253
HSL0.630.980.57
HSV225°85°99°
CMYK 0.850.640.00   0.01
XYZ22.185114.816294.6190
Yxy14.81620.16860.1126
Hunter Lab38.491835.5194-118.8000
CIE-Lab45.381443.2786-85.0246

#265afd color RGB value is (38,90,253).

#265afd hex color red value is 38, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #265afd hue: 0.63 , saturation: 0.98 and the lightness value of 265afd is 0.57.

The process color (four color CMYK) of #265afd color hex is 0.85, 0.64, 0.00, 0.01. Web safe color of #265afd is #3366ff. Color #265afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 11111101
Octal 46 132 375
Decimal 38 90 253
Hex 26 5A FD

RGB Percentages of Color #265afd

%9.97
%23.62
%66.40

CMYK Percentages of Color #265afd

%85
%64
%0
%1

Triadic Colors of #265afd

#265afd #fd265a #5afd26

Analogous Colors of #265afd

#265afd #5d26fd #26c6fd

Monochromatic Colors of #265afd

#265afd

Complementary Color

#265afd #fdc926

#265afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#265afd Color CSS Codes

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

#265afd Text Font Color

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

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


#265afd Background Color

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

This div background color is #265afd


#265afd Border Color

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

This div border color is #265afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265afd


Comments

No comments written yet.

Please login to write comment.