Color Hex Logo

#28025d Color Hex

#28025D
(40,2,93)
0 Favorites   0 Comments

Color spaces of #28025d

RGB 40293
HSL0.740.960.19
HSV265°98°36°
CMYK 0.570.980.00   0.64
XYZ2.87261.284810.4525
Yxy1.28480.19660.0879
Hunter Lab11.334925.4011-46.7399
CIE-Lab11.168838.6388-44.7337

#28025d color RGB value is (40,2,93).

#28025d hex color red value is 40, green value is 2 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #28025d hue: 0.74 , saturation: 0.96 and the lightness value of 28025d is 0.19.

The process color (four color CMYK) of #28025d color hex is 0.57, 0.98, 0.00, 0.64. Web safe color of #28025d is #330066. Color #28025d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00000010 01011101
Octal 50 2 135
Decimal 40 2 93
Hex 28 2 5D

RGB Percentages of Color #28025d

%29.63
%1.48
%68.89

CMYK Percentages of Color #28025d

%57
%98
%0
%64

Triadic Colors of #28025d

#28025d #5d2802 #025d28

Analogous Colors of #28025d

#28025d #55025d #02095d

Monochromatic Colors of #28025d

#28025d

Complementary Color

#28025d #375d02

#28025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28025d Color CSS Codes

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

#28025d Text Font Color

<p style="color:#28025d">Text here</p>

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


#28025d Background Color

<div style="background-color:#28025d">
Div content here</div>

This div background color is #28025d


#28025d Border Color

<div style="border:3px solid #28025d">
Div here</div>

This div border color is #28025d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,2,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28025d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28025d;
  -webkit-box-shadow: 1px 1px 3px 2px #28025d;
  box-shadow:         1px 1px 3px 2px #28025d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28025d


Comments

No comments written yet.

Please login to write comment.