Color Hex Logo

#250341 Color Hex

#250341
(37,3,65)
0 Favorites   0 Comments

Color spaces of #250341

RGB 37365
HSL0.760.910.13
HSV273°95°25°
CMYK 0.430.950.00   0.75
XYZ1.74960.84015.0710
Yxy0.84010.22840.1097
Hunter Lab9.165718.0331-26.3867
CIE-Lab7.588630.3443-31.2873

#250341 color RGB value is (37,3,65).

#250341 hex color red value is 37, green value is 3 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #250341 hue: 0.76 , saturation: 0.91 and the lightness value of 250341 is 0.13.

The process color (four color CMYK) of #250341 color hex is 0.43, 0.95, 0.00, 0.75. Web safe color of #250341 is #330033. Color #250341 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000011 01000001
Octal 45 3 101
Decimal 37 3 65
Hex 25 3 41

RGB Percentages of Color #250341

%35.24
%2.86
%61.90

CMYK Percentages of Color #250341

%43
%95
%0
%75

Triadic Colors of #250341

#250341 #412503 #034125

Analogous Colors of #250341

#250341 #41033e #060341

Monochromatic Colors of #250341

#250341

Complementary Color

#250341 #1f4103

#250341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250341 Color CSS Codes

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

#250341 Text Font Color

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

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


#250341 Background Color

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

This div background color is #250341


#250341 Border Color

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

This div border color is #250341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250341


Comments

No comments written yet.

Please login to write comment.