Color Hex Logo

#3d25ad Color Hex

#3D25AD
(61,37,173)
0 Favorites   0 Comments

Color spaces of #3d25ad

RGB 6137173
HSL0.700.650.41
HSV251°79°68°
CMYK 0.650.790.00   0.32
XYZ10.12895.332440.0306
Yxy5.33240.18250.0961
Hunter Lab23.092037.8849-86.6165
CIE-Lab27.661548.8563-67.9977

#3d25ad color RGB value is (61,37,173).

#3d25ad hex color red value is 61, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3d25ad hue: 0.70 , saturation: 0.65 and the lightness value of 3d25ad is 0.41.

The process color (four color CMYK) of #3d25ad color hex is 0.65, 0.79, 0.00, 0.32. Web safe color of #3d25ad is #333399. Color #3d25ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00100101 10101101
Octal 75 45 255
Decimal 61 37 173
Hex 3D 25 AD

RGB Percentages of Color #3d25ad

%22.51
%13.65
%63.84

CMYK Percentages of Color #3d25ad

%65
%79
%0
%32

Triadic Colors of #3d25ad

#3d25ad #ad3d25 #25ad3d

Analogous Colors of #3d25ad

#3d25ad #8125ad #2551ad

Monochromatic Colors of #3d25ad

#3d25ad

Complementary Color

#3d25ad #95ad25

#3d25ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d25ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d25ad Color CSS Codes

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

#3d25ad Text Font Color

<p style="color:#3d25ad">Text here</p>

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


#3d25ad Background Color

<div style="background-color:#3d25ad">
Div content here</div>

This div background color is #3d25ad


#3d25ad Border Color

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

This div border color is #3d25ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,37,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d25ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d25ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3d25ad;
  box-shadow:         1px 1px 3px 2px #3d25ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d25ad


Comments

No comments written yet.

Please login to write comment.