Color Hex Logo

#2615ac Color Hex

#2615AC
(38,21,172)
0 Favorites   0 Comments

Color spaces of #2615ac

RGB 3821172
HSL0.690.780.38
HSV247°88°67°
CMYK 0.780.880.00   0.33
XYZ8.51393.927039.3390
Yxy3.92700.16440.0758
Hunter Lab19.816742.0104-103.8278
CIE-Lab23.428653.7666-74.4659

#2615ac color RGB value is (38,21,172).

#2615ac hex color red value is 38, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2615ac hue: 0.69 , saturation: 0.78 and the lightness value of 2615ac is 0.38.

The process color (four color CMYK) of #2615ac color hex is 0.78, 0.88, 0.00, 0.33. Web safe color of #2615ac is #330099. Color #2615ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00010101 10101100
Octal 46 25 254
Decimal 38 21 172
Hex 26 15 AC

RGB Percentages of Color #2615ac

%16.45
%9.09
%74.46

CMYK Percentages of Color #2615ac

%78
%88
%0
%33

Triadic Colors of #2615ac

#2615ac #ac2615 #15ac26

Analogous Colors of #2615ac

#2615ac #7215ac #1550ac

Monochromatic Colors of #2615ac

#2615ac

Complementary Color

#2615ac #9bac15

#2615ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2615ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2615ac Color CSS Codes

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

#2615ac Text Font Color

<p style="color:#2615ac">Text here</p>

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


#2615ac Background Color

<div style="background-color:#2615ac">
Div content here</div>

This div background color is #2615ac


#2615ac Border Color

<div style="border:3px solid #2615ac">
Div here</div>

This div border color is #2615ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,21,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2615ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2615ac;
  -webkit-box-shadow: 1px 1px 3px 2px #2615ac;
  box-shadow:         1px 1px 3px 2px #2615ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2615ac

#2615ac Color Palettes


Comments

No comments written yet.

Please login to write comment.