Color Hex Logo

#303ebc Color Hex

#303EBC
(48,62,188)
0 Favorites   0 Comments

Color spaces of #303ebc

RGB 4862188
HSL0.650.590.46
HSV234°74°74°
CMYK 0.740.670.00   0.26
XYZ12.01867.704548.4306
Yxy7.70450.17630.1130
Hunter Lab27.757028.7147-84.0198
CIE-Lab33.359738.2048-67.5657

#303ebc color RGB value is (48,62,188).

#303ebc hex color red value is 48, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #303ebc hue: 0.65 , saturation: 0.59 and the lightness value of 303ebc is 0.46.

The process color (four color CMYK) of #303ebc color hex is 0.74, 0.67, 0.00, 0.26. Web safe color of #303ebc is #3333cc. Color #303ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111110 10111100
Octal 60 76 274
Decimal 48 62 188
Hex 30 3E BC

RGB Percentages of Color #303ebc

%16.11
%20.81
%63.09

CMYK Percentages of Color #303ebc

%74
%67
%0
%26

Triadic Colors of #303ebc

#303ebc #bc303e #3ebc30

Analogous Colors of #303ebc

#303ebc #6830bc #3084bc

Monochromatic Colors of #303ebc

#303ebc

Complementary Color

#303ebc #bcae30

#303ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#303ebc Color CSS Codes

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

#303ebc Text Font Color

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

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


#303ebc Background Color

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

This div background color is #303ebc


#303ebc Border Color

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

This div border color is #303ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303ebc


Comments

No comments written yet.

Please login to write comment.