Color Hex Logo

#250ded Color Hex

#250DED
(37,13,237)
0 Favorites   0 Comments

Color spaces of #250ded

RGB 3713237
HSL0.680.900.49
HSV246°95°93°
CMYK 0.840.950.00   0.07
XYZ16.19296.795680.5790
Yxy6.79560.15640.0656
Hunter Lab26.068465.2593-165.0213
CIE-Lab31.337073.1435-99.2895

#250ded color RGB value is (37,13,237).

#250ded hex color red value is 37, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #250ded hue: 0.68 , saturation: 0.90 and the lightness value of 250ded is 0.49.

The process color (four color CMYK) of #250ded color hex is 0.84, 0.95, 0.00, 0.07. Web safe color of #250ded is #3300ff. Color #250ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001101 11101101
Octal 45 15 355
Decimal 37 13 237
Hex 25 D ED

RGB Percentages of Color #250ded

%12.89
%4.53
%82.58

CMYK Percentages of Color #250ded

%84
%95
%0
%7

Triadic Colors of #250ded

#250ded #ed250d #0ded25

Analogous Colors of #250ded

#250ded #950ded #0d65ed

Monochromatic Colors of #250ded

#250ded

Complementary Color

#250ded #d5ed0d

#250ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#250ded Color CSS Codes

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

#250ded Text Font Color

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

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


#250ded Background Color

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

This div background color is #250ded


#250ded Border Color

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

This div border color is #250ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250ded


Comments

No comments written yet.

Please login to write comment.