Color Hex Logo

#015cdd Color Hex

#015CDD
(1,92,221)
0 Favorites   0 Comments

Color spaces of #015cdd

RGB 192221
HSL0.600.990.44
HSV215°100°87°
CMYK 1.000.580.00   0.13
XYZ16.890812.881270.0027
Yxy12.88120.16930.1291
Hunter Lab35.890421.1978-90.5194
CIE-Lab42.583728.5925-71.6098

#015cdd color RGB value is (1,92,221).

#015cdd hex color red value is 1, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #015cdd hue: 0.60 , saturation: 0.99 and the lightness value of 015cdd is 0.44.

The process color (four color CMYK) of #015cdd color hex is 1.00, 0.58, 0.00, 0.13. Web safe color of #015cdd is #0066cc. Color #015cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011100 11011101
Octal 1 134 335
Decimal 1 92 221
Hex 1 5C DD

RGB Percentages of Color #015cdd

%0.32
%29.30
%70.38

CMYK Percentages of Color #015cdd

%100
%58
%0
%13

Triadic Colors of #015cdd

#015cdd #dd015c #5cdd01

Analogous Colors of #015cdd

#015cdd #1401dd #01cadd

Monochromatic Colors of #015cdd

#015cdd

Complementary Color

#015cdd #dd8201

#015cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#015cdd Color CSS Codes

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

#015cdd Text Font Color

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

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


#015cdd Background Color

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

This div background color is #015cdd


#015cdd Border Color

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

This div border color is #015cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,92,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 #015cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015cdd


Comments

No comments written yet.

Please login to write comment.