Color Hex Logo

#4b03af Color Hex

#4B03AF
(75,3,175)
0 Favorites   0 Comments

Color spaces of #4b03af

RGB 753175
HSL0.740.970.35
HSV265°98°69°
CMYK 0.570.980.00   0.31
XYZ10.67214.656140.8937
Yxy4.65610.18980.0828
Hunter Lab21.578050.5215-97.2593
CIE-Lab25.731661.3388-72.3475

#4b03af color RGB value is (75,3,175).

#4b03af hex color red value is 75, green value is 3 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4b03af hue: 0.74 , saturation: 0.97 and the lightness value of 4b03af is 0.35.

The process color (four color CMYK) of #4b03af color hex is 0.57, 0.98, 0.00, 0.31. Web safe color of #4b03af is #330099. Color #4b03af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000011 10101111
Octal 113 3 257
Decimal 75 3 175
Hex 4B 3 AF

RGB Percentages of Color #4b03af

%29.64
%1.19
%69.17

CMYK Percentages of Color #4b03af

%57
%98
%0
%31

Triadic Colors of #4b03af

#4b03af #af4b03 #03af4b

Analogous Colors of #4b03af

#4b03af #a103af #0311af

Monochromatic Colors of #4b03af

#4b03af

Complementary Color

#4b03af #67af03

#4b03af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b03af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b03af Color CSS Codes

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

#4b03af Text Font Color

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

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


#4b03af Background Color

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

This div background color is #4b03af


#4b03af Border Color

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

This div border color is #4b03af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b03af


Comments

No comments written yet.

Please login to write comment.