Color Hex Logo

#250cdd Color Hex

#250CDD
(37,12,221)
0 Favorites   0 Comments

Color spaces of #250cdd

RGB 3712221
HSL0.690.900.46
HSV247°95°87°
CMYK 0.830.950.00   0.13
XYZ13.94565.876768.8059
Yxy5.87670.15730.0663
Hunter Lab24.241960.2621-151.3137
CIE-Lab29.099269.3226-93.8695

#250cdd color RGB value is (37,12,221).

#250cdd hex color red value is 37, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #250cdd hue: 0.69 , saturation: 0.90 and the lightness value of 250cdd is 0.46.

The process color (four color CMYK) of #250cdd color hex is 0.83, 0.95, 0.00, 0.13. Web safe color of #250cdd is #3300cc. Color #250cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001100 11011101
Octal 45 14 335
Decimal 37 12 221
Hex 25 C DD

RGB Percentages of Color #250cdd

%13.70
%4.44
%81.85

CMYK Percentages of Color #250cdd

%83
%95
%0
%13

Triadic Colors of #250cdd

#250cdd #dd250c #0cdd25

Analogous Colors of #250cdd

#250cdd #8e0cdd #0c5cdd

Monochromatic Colors of #250cdd

#250cdd

Complementary Color

#250cdd #c4dd0c

#250cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#250cdd Color CSS Codes

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

#250cdd Text Font Color

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

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


#250cdd Background Color

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

This div background color is #250cdd


#250cdd Border Color

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

This div border color is #250cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250cdd


Comments

No comments written yet.

Please login to write comment.