Color Hex Logo

#2615dd Color Hex

#2615DD
(38,21,221)
0 Favorites   0 Comments

Color spaces of #2615dd

RGB 3821221
HSL0.680.830.47
HSV245°90°87°
CMYK 0.830.900.00   0.13
XYZ14.11866.168968.8532
Yxy6.16890.15840.0692
Hunter Lab24.837358.0021-146.9760
CIE-Lab29.834667.2388-92.6409

#2615dd color RGB value is (38,21,221).

#2615dd hex color red value is 38, green value is 21 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2615dd hue: 0.68 , saturation: 0.83 and the lightness value of 2615dd is 0.47.

The process color (four color CMYK) of #2615dd color hex is 0.83, 0.90, 0.00, 0.13. Web safe color of #2615dd is #3300cc. Color #2615dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00010101 11011101
Octal 46 25 335
Decimal 38 21 221
Hex 26 15 DD

RGB Percentages of Color #2615dd

%13.57
%7.50
%78.93

CMYK Percentages of Color #2615dd

%83
%90
%0
%13

Triadic Colors of #2615dd

#2615dd #dd2615 #15dd26

Analogous Colors of #2615dd

#2615dd #8a15dd #1568dd

Monochromatic Colors of #2615dd

#2615dd

Complementary Color

#2615dd #ccdd15

#2615dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2615dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2615dd Color CSS Codes

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

#2615dd Text Font Color

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

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


#2615dd Background Color

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

This div background color is #2615dd


#2615dd Border Color

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

This div border color is #2615dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,21,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 #2615dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2615dd


Comments

No comments written yet.

Please login to write comment.