Color Hex Logo

#3003df Color Hex

#3003DF
(48,3,223)
0 Favorites   0 Comments

Color spaces of #3003df

RGB 483223
HSL0.700.970.44
HSV252°99°87°
CMYK 0.780.990.00   0.13
XYZ14.57086.021270.2063
Yxy6.02120.16050.0663
Hunter Lab24.538163.0520-152.4585
CIE-Lab29.465971.6257-94.3939

#3003df color RGB value is (48,3,223).

#3003df hex color red value is 48, green value is 3 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3003df hue: 0.70 , saturation: 0.97 and the lightness value of 3003df is 0.44.

The process color (four color CMYK) of #3003df color hex is 0.78, 0.99, 0.00, 0.13. Web safe color of #3003df is #3300cc. Color #3003df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000011 11011111
Octal 60 3 337
Decimal 48 3 223
Hex 30 3 DF

RGB Percentages of Color #3003df

%17.52
%1.09
%81.39

CMYK Percentages of Color #3003df

%78
%99
%0
%13

Triadic Colors of #3003df

#3003df #df3003 #03df30

Analogous Colors of #3003df

#3003df #9e03df #0344df

Monochromatic Colors of #3003df

#3003df

Complementary Color

#3003df #b2df03

#3003df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3003df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3003df Color CSS Codes

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

#3003df Text Font Color

<p style="color:#3003df">Text here</p>

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


#3003df Background Color

<div style="background-color:#3003df">
Div content here</div>

This div background color is #3003df


#3003df Border Color

<div style="border:3px solid #3003df">
Div here</div>

This div border color is #3003df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,3,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 #3003df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3003df


Comments

No comments written yet.

Please login to write comment.