Color Hex Logo

#303ccf Color Hex

#303CCF
(48,60,207)
0 Favorites   0 Comments

Color spaces of #303ccf

RGB 4860207
HSL0.650.620.50
HSV235°77°81°
CMYK 0.770.710.00   0.19
XYZ14.09738.365159.9031
Yxy8.36510.17120.1016
Hunter Lab28.922536.3895-102.5534
CIE-Lab34.732045.9964-76.4113

#303ccf color RGB value is (48,60,207).

#303ccf hex color red value is 48, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #303ccf hue: 0.65 , saturation: 0.62 and the lightness value of 303ccf is 0.50.

The process color (four color CMYK) of #303ccf color hex is 0.77, 0.71, 0.00, 0.19. Web safe color of #303ccf is #3333cc. Color #303ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111100 11001111
Octal 60 74 317
Decimal 48 60 207
Hex 30 3C CF

RGB Percentages of Color #303ccf

%15.24
%19.05
%65.71

CMYK Percentages of Color #303ccf

%77
%71
%0
%19

Triadic Colors of #303ccf

#303ccf #cf303c #3ccf30

Analogous Colors of #303ccf

#303ccf #7430cf #308ccf

Monochromatic Colors of #303ccf

#303ccf

Complementary Color

#303ccf #cfc330

#303ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#303ccf Color CSS Codes

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

#303ccf Text Font Color

<p style="color:#303ccf">Text here</p>

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


#303ccf Background Color

<div style="background-color:#303ccf">
Div content here</div>

This div background color is #303ccf


#303ccf Border Color

<div style="border:3px solid #303ccf">
Div here</div>

This div border color is #303ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,60,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #303ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #303ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #303ccf;
  box-shadow:         1px 1px 3px 2px #303ccf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303ccf


Comments

No comments written yet.

Please login to write comment.