Color Hex Logo

#155cca Color Hex

#155CCA
(21,92,202)
0 Favorites   0 Comments

Color spaces of #155cca

RGB 2192202
HSL0.600.810.44
HSV216°90°79°
CMYK 0.900.540.00   0.21
XYZ14.797112.078057.4285
Yxy12.07800.17550.1433
Hunter Lab34.753415.1822-73.6467
CIE-Lab41.339821.8232-62.7300

#155cca color RGB value is (21,92,202).

#155cca hex color red value is 21, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #155cca hue: 0.60 , saturation: 0.81 and the lightness value of 155cca is 0.44.

The process color (four color CMYK) of #155cca color hex is 0.90, 0.54, 0.00, 0.21. Web safe color of #155cca is #0066cc. Color #155cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011100 11001010
Octal 25 134 312
Decimal 21 92 202
Hex 15 5C CA

RGB Percentages of Color #155cca

%6.67
%29.21
%64.13

CMYK Percentages of Color #155cca

%90
%54
%0
%21

Triadic Colors of #155cca

#155cca #ca155c #5cca15

Analogous Colors of #155cca

#155cca #2815ca #15b7ca

Monochromatic Colors of #155cca

#155cca

Complementary Color

#155cca #ca8315

#155cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#155cca Color CSS Codes

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

#155cca Text Font Color

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

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


#155cca Background Color

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

This div background color is #155cca


#155cca Border Color

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

This div border color is #155cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,92,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155cca;
  -webkit-box-shadow: 1px 1px 3px 2px #155cca;
  box-shadow:         1px 1px 3px 2px #155cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155cca


Comments

No comments written yet.

Please login to write comment.