Color Hex Logo

#025ff4 Color Hex

#025FF4
(2,95,244)
0 Favorites   0 Comments

Color spaces of #025ff4

RGB 295244
HSL0.600.980.48
HSV217°99°96°
CMYK 0.990.610.00   0.04
XYZ20.446414.729087.3533
Yxy14.72900.16690.1202
Hunter Lab38.378427.9352-108.0855
CIE-Lab45.260835.5365-80.2168

#025ff4 color RGB value is (2,95,244).

#025ff4 hex color red value is 2, green value is 95 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #025ff4 hue: 0.60 , saturation: 0.98 and the lightness value of 025ff4 is 0.48.

The process color (four color CMYK) of #025ff4 color hex is 0.99, 0.61, 0.00, 0.04. Web safe color of #025ff4 is #0066ff. Color #025ff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011111 11110100
Octal 2 137 364
Decimal 2 95 244
Hex 2 5F F4

RGB Percentages of Color #025ff4

%0.59
%27.86
%71.55

CMYK Percentages of Color #025ff4

%99
%61
%0
%4

Triadic Colors of #025ff4

#025ff4 #f4025f #5ff402

Analogous Colors of #025ff4

#025ff4 #1e02f4 #02d8f4

Monochromatic Colors of #025ff4

#025ff4

Complementary Color

#025ff4 #f49702

#025ff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025ff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025ff4 Color CSS Codes

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

#025ff4 Text Font Color

<p style="color:#025ff4">Text here</p>

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


#025ff4 Background Color

<div style="background-color:#025ff4">
Div content here</div>

This div background color is #025ff4


#025ff4 Border Color

<div style="border:3px solid #025ff4">
Div here</div>

This div border color is #025ff4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,95,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #025ff4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #025ff4;
  -webkit-box-shadow: 1px 1px 3px 2px #025ff4;
  box-shadow:         1px 1px 3px 2px #025ff4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025ff4


Comments

No comments written yet.

Please login to write comment.