Color Hex Logo

#4b09df Color Hex

#4B09DF
(75,9,223)
0 Favorites   0 Comments

Color spaces of #4b09df

RGB 759223
HSL0.720.920.45
HSV259°96°87°
CMYK 0.660.960.00   0.13
XYZ16.31867.018970.3067
Yxy7.01890.17430.0750
Hunter Lab26.493263.5847-138.7964
CIE-Lab31.849971.6481-90.3659

#4b09df color RGB value is (75,9,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00001001 11011111
Octal 113 11 337
Decimal 75 9 223
Hex 4B 9 DF

RGB Percentages of Color #4b09df

%24.43
%2.93
%72.64

CMYK Percentages of Color #4b09df

%66
%96
%0
%13

Triadic Colors of #4b09df

#4b09df #df4b09 #09df4b

Analogous Colors of #4b09df

#4b09df #b609df #0932df

Monochromatic Colors of #4b09df

#4b09df

Complementary Color

#4b09df #9ddf09

#4b09df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b09df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b09df Color CSS Codes

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

#4b09df Text Font Color

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

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


#4b09df Background Color

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

This div background color is #4b09df


#4b09df Border Color

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

This div border color is #4b09df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,9,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b09df


Comments

No comments written yet.

Please login to write comment.