Color Hex Logo

#1552ec Color Hex

#1552EC
(21,82,236)
0 Favorites   0 Comments

Color spaces of #1552ec

RGB 2182236
HSL0.620.850.50
HSV223°91°93°
CMYK 0.910.650.00   0.07
XYZ18.466912.250180.7481
Yxy12.25010.16570.1099
Hunter Lab35.000132.9306-112.2866
CIE-Lab41.610941.2705-81.7024

#1552ec color RGB value is (21,82,236).

#1552ec hex color red value is 21, green value is 82 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1552ec hue: 0.62 , saturation: 0.85 and the lightness value of 1552ec is 0.50.

The process color (four color CMYK) of #1552ec color hex is 0.91, 0.65, 0.00, 0.07. Web safe color of #1552ec is #0066ff. Color #1552ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010010 11101100
Octal 25 122 354
Decimal 21 82 236
Hex 15 52 EC

RGB Percentages of Color #1552ec

%6.19
%24.19
%69.62

CMYK Percentages of Color #1552ec

%91
%65
%0
%7

Triadic Colors of #1552ec

#1552ec #ec1552 #52ec15

Analogous Colors of #1552ec

#1552ec #4415ec #15beec

Monochromatic Colors of #1552ec

#1552ec

Complementary Color

#1552ec #ecaf15

#1552ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1552ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1552ec Color CSS Codes

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

#1552ec Text Font Color

<p style="color:#1552ec">Text here</p>

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


#1552ec Background Color

<div style="background-color:#1552ec">
Div content here</div>

This div background color is #1552ec


#1552ec Border Color

<div style="border:3px solid #1552ec">
Div here</div>

This div border color is #1552ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,82,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1552ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1552ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1552ec;
  box-shadow:         1px 1px 3px 2px #1552ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1552ec


Comments

No comments written yet.

Please login to write comment.