Color Hex Logo

#2825ff Color Hex

#2825FF
(40,37,255)
0 Favorites   0 Comments

Color spaces of #2825ff

RGB 4037255
HSL0.671.000.57
HSV241°85°100°
CMYK 0.840.850.00   0.00
XYZ19.58668.994395.3115
Yxy8.99430.15810.0726
Hunter Lab29.990564.0938-167.4336
CIE-Lab35.973371.3089-101.7100

#2825ff color RGB value is (40,37,255).

#2825ff hex color red value is 40, green value is 37 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2825ff hue: 0.67 , saturation: 1.00 and the lightness value of 2825ff is 0.57.

The process color (four color CMYK) of #2825ff color hex is 0.84, 0.85, 0.00, 0.00. Web safe color of #2825ff is #3333ff. Color #2825ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00100101 11111111
Octal 50 45 377
Decimal 40 37 255
Hex 28 25 FF

RGB Percentages of Color #2825ff

%12.05
%11.14
%76.81

CMYK Percentages of Color #2825ff

%84
%85
%0
%0

Triadic Colors of #2825ff

#2825ff #ff2825 #25ff28

Analogous Colors of #2825ff

#2825ff #9525ff #258fff

Monochromatic Colors of #2825ff

#2825ff

Complementary Color

#2825ff #fcff25

#2825ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2825ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2825ff Color CSS Codes

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

#2825ff Text Font Color

<p style="color:#2825ff">Text here</p>

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


#2825ff Background Color

<div style="background-color:#2825ff">
Div content here</div>

This div background color is #2825ff


#2825ff Border Color

<div style="border:3px solid #2825ff">
Div here</div>

This div border color is #2825ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,37,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2825ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2825ff;
  -webkit-box-shadow: 1px 1px 3px 2px #2825ff;
  box-shadow:         1px 1px 3px 2px #2825ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2825ff

Related Colors


Comments

No comments written yet.

Please login to write comment.