Color Hex Logo

#4b08dd Color Hex

#4B08DD
(75,8,221)
0 Favorites   0 Comments

Color spaces of #4b08dd

RGB 758221
HSL0.720.930.45
HSV259°96°87°
CMYK 0.660.960.00   0.13
XYZ16.03966.890068.8911
Yxy6.89000.17470.0750
Hunter Lab26.248863.1388-137.2349
CIE-Lab31.555271.3256-89.7060

#4b08dd color RGB value is (75,8,221).

#4b08dd hex color red value is 75, green value is 8 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4b08dd hue: 0.72 , saturation: 0.93 and the lightness value of 4b08dd is 0.45.

The process color (four color CMYK) of #4b08dd color hex is 0.66, 0.96, 0.00, 0.13. Web safe color of #4b08dd is #3300cc. Color #4b08dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00001000 11011101
Octal 113 10 335
Decimal 75 8 221
Hex 4B 8 DD

RGB Percentages of Color #4b08dd

%24.67
%2.63
%72.70

CMYK Percentages of Color #4b08dd

%66
%96
%0
%13

Triadic Colors of #4b08dd

#4b08dd #dd4b08 #08dd4b

Analogous Colors of #4b08dd

#4b08dd #b608dd #0830dd

Monochromatic Colors of #4b08dd

#4b08dd

Complementary Color

#4b08dd #9add08

#4b08dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b08dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b08dd Color CSS Codes

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

#4b08dd Text Font Color

<p style="color:#4b08dd">Text here</p>

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


#4b08dd Background Color

<div style="background-color:#4b08dd">
Div content here</div>

This div background color is #4b08dd


#4b08dd Border Color

<div style="border:3px solid #4b08dd">
Div here</div>

This div border color is #4b08dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,8,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 #4b08dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b08dd


Comments

No comments written yet.

Please login to write comment.