Color Hex Logo

#150ccf Color Hex

#150CCF
(21,12,207)
0 Favorites   0 Comments

Color spaces of #150ccf

RGB 2112207
HSL0.670.890.43
HSV243°94°81°
CMYK 0.900.940.00   0.19
XYZ11.70324.927459.3657
Yxy4.92740.15400.0648
Hunter Lab22.197755.2635-143.0269
CIE-Lab26.526965.4418-90.0664

#150ccf color RGB value is (21,12,207).

#150ccf hex color red value is 21, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #150ccf hue: 0.67 , saturation: 0.89 and the lightness value of 150ccf is 0.43.

The process color (four color CMYK) of #150ccf color hex is 0.90, 0.94, 0.00, 0.19. Web safe color of #150ccf is #0000cc. Color #150ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001100 11001111
Octal 25 14 317
Decimal 21 12 207
Hex 15 C CF

RGB Percentages of Color #150ccf

%8.75
%5.00
%86.25

CMYK Percentages of Color #150ccf

%90
%94
%0
%19

Triadic Colors of #150ccf

#150ccf #cf150c #0ccf15

Analogous Colors of #150ccf

#150ccf #770ccf #0c65cf

Monochromatic Colors of #150ccf

#150ccf

Complementary Color

#150ccf #c6cf0c

#150ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#150ccf Color CSS Codes

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

#150ccf Text Font Color

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

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


#150ccf Background Color

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

This div background color is #150ccf


#150ccf Border Color

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

This div border color is #150ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,12,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #150ccf;
  box-shadow:         1px 1px 3px 2px #150ccf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150ccf


Comments

No comments written yet.

Please login to write comment.