Color Hex Logo

#241adb Color Hex

#241ADB
(36,26,219)
0 Favorites   0 Comments

Color spaces of #241adb

RGB 3626219
HSL0.680.790.48
HSV243°88°86°
CMYK 0.840.880.00   0.14
XYZ13.88316.228367.4883
Yxy6.22830.15850.0711
Hunter Lab24.956655.6239-142.8642
CIE-Lab29.981365.1261-91.2462

#241adb color RGB value is (36,26,219).

#241adb hex color red value is 36, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #241adb hue: 0.68 , saturation: 0.79 and the lightness value of 241adb is 0.48.

The process color (four color CMYK) of #241adb color hex is 0.84, 0.88, 0.00, 0.14. Web safe color of #241adb is #3333cc. Color #241adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011010 11011011
Octal 44 32 333
Decimal 36 26 219
Hex 24 1A DB

RGB Percentages of Color #241adb

%12.81
%9.25
%77.94

CMYK Percentages of Color #241adb

%84
%88
%0
%14

Triadic Colors of #241adb

#241adb #db241a #1adb24

Analogous Colors of #241adb

#241adb #851adb #1a71db

Monochromatic Colors of #241adb

#241adb

Complementary Color

#241adb #d1db1a

#241adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#241adb Color CSS Codes

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

#241adb Text Font Color

<p style="color:#241adb">Text here</p>

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


#241adb Background Color

<div style="background-color:#241adb">
Div content here</div>

This div background color is #241adb


#241adb Border Color

<div style="border:3px solid #241adb">
Div here</div>

This div border color is #241adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,26,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #241adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #241adb;
  -webkit-box-shadow: 1px 1px 3px 2px #241adb;
  box-shadow:         1px 1px 3px 2px #241adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,26,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241adb


Comments

No comments written yet.

Please login to write comment.