Color Hex Logo

#250065 Color Hex

#250065
(37,0,101)
0 Favorites   0 Comments

Color spaces of #250065

RGB 370101
HSL0.731.000.20
HSV262°100°40°
CMYK 0.631.000.00   0.60
XYZ3.11191.332912.4052
Yxy1.33290.18470.0791
Hunter Lab11.545127.9093-55.6253
CIE-Lab11.503741.4052-49.5366

#250065 color RGB value is (37,0,101).

#250065 hex color red value is 37, green value is 0 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #250065 hue: 0.73 , saturation: 1.00 and the lightness value of 250065 is 0.20.

The process color (four color CMYK) of #250065 color hex is 0.63, 1.00, 0.00, 0.60. Web safe color of #250065 is #330066. Color #250065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 01100101
Octal 45 0 145
Decimal 37 0 101
Hex 25 0 65

RGB Percentages of Color #250065

%26.81
%0.00
%73.19

CMYK Percentages of Color #250065

%63
%100
%0
%60

Triadic Colors of #250065

#250065 #652500 #006525

Analogous Colors of #250065

#250065 #580065 #000d65

Monochromatic Colors of #250065

#250065

Complementary Color

#250065 #406500

#250065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250065 Color CSS Codes

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

#250065 Text Font Color

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

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


#250065 Background Color

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

This div background color is #250065


#250065 Border Color

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

This div border color is #250065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250065


Comments

No comments written yet.

Please login to write comment.