Color Hex Logo

#300cbc Color Hex

#300CBC
(48,12,188)
0 Favorites   0 Comments

Color spaces of #300cbc

RGB 4812188
HSL0.700.880.39
HSV252°94°74°
CMYK 0.740.940.00   0.26
XYZ10.42754.522247.9002
Yxy4.52220.16590.0720
Hunter Lab21.265550.3127-118.6642
CIE-Lab25.327761.2228-80.8546

#300cbc color RGB value is (48,12,188).

#300cbc hex color red value is 48, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #300cbc hue: 0.70 , saturation: 0.88 and the lightness value of 300cbc is 0.39.

The process color (four color CMYK) of #300cbc color hex is 0.74, 0.94, 0.00, 0.26. Web safe color of #300cbc is #3300cc. Color #300cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001100 10111100
Octal 60 14 274
Decimal 48 12 188
Hex 30 C BC

RGB Percentages of Color #300cbc

%19.35
%4.84
%75.81

CMYK Percentages of Color #300cbc

%74
%94
%0
%26

Triadic Colors of #300cbc

#300cbc #bc300c #0cbc30

Analogous Colors of #300cbc

#300cbc #880cbc #0c40bc

Monochromatic Colors of #300cbc

#300cbc

Complementary Color

#300cbc #98bc0c

#300cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#300cbc Color CSS Codes

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

#300cbc Text Font Color

<p style="color:#300cbc">Text here</p>

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


#300cbc Background Color

<div style="background-color:#300cbc">
Div content here</div>

This div background color is #300cbc


#300cbc Border Color

<div style="border:3px solid #300cbc">
Div here</div>

This div border color is #300cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,12,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #300cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #300cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #300cbc;
  box-shadow:         1px 1px 3px 2px #300cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300cbc


Comments

No comments written yet.

Please login to write comment.