Color Hex Logo

#250ccc Color Hex

#250CCC
(37,12,204)
0 Favorites   0 Comments

Color spaces of #250ccc

RGB 3712204
HSL0.690.890.42
HSV248°94°80°
CMYK 0.820.940.00   0.20
XYZ11.79355.015957.4733
Yxy5.01590.15880.0675
Hunter Lab22.396254.8020-136.4731
CIE-Lab26.780064.9890-87.8751

#250ccc color RGB value is (37,12,204).

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

The process color (four color CMYK) of #250ccc color hex is 0.82, 0.94, 0.00, 0.20. Web safe color of #250ccc is #3300cc. Color #250ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001100 11001100
Octal 45 14 314
Decimal 37 12 204
Hex 25 C CC

RGB Percentages of Color #250ccc

%14.62
%4.74
%80.63

CMYK Percentages of Color #250ccc

%82
%94
%0
%20

Triadic Colors of #250ccc

#250ccc #cc250c #0ccc25

Analogous Colors of #250ccc

#250ccc #850ccc #0c53cc

Monochromatic Colors of #250ccc

#250ccc

Complementary Color

#250ccc #b3cc0c

#250ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#250ccc Color CSS Codes

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

#250ccc Text Font Color

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

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


#250ccc Background Color

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

This div background color is #250ccc


#250ccc Border Color

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

This div border color is #250ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250ccc


Comments

No comments written yet.

Please login to write comment.