Color Hex Logo

#3004cb Color Hex

#3004CB
(48,4,203)
0 Favorites   0 Comments

Color spaces of #3004cb

RGB 484203
HSL0.700.960.41
HSV253°98°80°
CMYK 0.760.980.00   0.20
XYZ12.04185.027056.8355
Yxy5.02700.16290.0680
Hunter Lab22.421056.6316-134.6011
CIE-Lab26.811566.5911-87.2206

#3004cb color RGB value is (48,4,203).

#3004cb hex color red value is 48, green value is 4 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3004cb hue: 0.70 , saturation: 0.96 and the lightness value of 3004cb is 0.41.

The process color (four color CMYK) of #3004cb color hex is 0.76, 0.98, 0.00, 0.20. Web safe color of #3004cb is #3300cc. Color #3004cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000100 11001011
Octal 60 4 313
Decimal 48 4 203
Hex 30 4 CB

RGB Percentages of Color #3004cb

%18.82
%1.57
%79.61

CMYK Percentages of Color #3004cb

%76
%98
%0
%20

Triadic Colors of #3004cb

#3004cb #cb3004 #04cb30

Analogous Colors of #3004cb

#3004cb #9404cb #043bcb

Monochromatic Colors of #3004cb

#3004cb

Complementary Color

#3004cb #9fcb04

#3004cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3004cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3004cb Color CSS Codes

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

#3004cb Text Font Color

<p style="color:#3004cb">Text here</p>

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


#3004cb Background Color

<div style="background-color:#3004cb">
Div content here</div>

This div background color is #3004cb


#3004cb Border Color

<div style="border:3px solid #3004cb">
Div here</div>

This div border color is #3004cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3004cb


Comments

No comments written yet.

Please login to write comment.