Color Hex Logo

#4025eb Color Hex

#4025EB
(64,37,235)
0 Favorites   0 Comments

Color spaces of #4025eb

RGB 6437235
HSL0.690.830.53
HSV248°84°92°
CMYK 0.730.840.00   0.08
XYZ17.77138.411379.2841
Yxy8.41130.16850.0798
Hunter Lab29.002258.6230-141.7809
CIE-Lab34.825266.8365-92.3011

#4025eb color RGB value is (64,37,235).

#4025eb hex color red value is 64, green value is 37 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4025eb hue: 0.69 , saturation: 0.83 and the lightness value of 4025eb is 0.53.

The process color (four color CMYK) of #4025eb color hex is 0.73, 0.84, 0.00, 0.08. Web safe color of #4025eb is #3333ff. Color #4025eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100101 11101011
Octal 100 45 353
Decimal 64 37 235
Hex 40 25 EB

RGB Percentages of Color #4025eb

%19.05
%11.01
%69.94

CMYK Percentages of Color #4025eb

%73
%84
%0
%8

Triadic Colors of #4025eb

#4025eb #eb4025 #25eb40

Analogous Colors of #4025eb

#4025eb #a325eb #256deb

Monochromatic Colors of #4025eb

#4025eb

Complementary Color

#4025eb #d0eb25

#4025eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4025eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4025eb Color CSS Codes

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

#4025eb Text Font Color

<p style="color:#4025eb">Text here</p>

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


#4025eb Background Color

<div style="background-color:#4025eb">
Div content here</div>

This div background color is #4025eb


#4025eb Border Color

<div style="border:3px solid #4025eb">
Div here</div>

This div border color is #4025eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,37,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4025eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4025eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4025eb;
  box-shadow:         1px 1px 3px 2px #4025eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,37,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4025eb


Comments

No comments written yet.

Please login to write comment.