Color Hex Logo

#303ddc Color Hex

#303DDC
(48,61,220)
0 Favorites   0 Comments

Color spaces of #303ddc

RGB 4861220
HSL0.650.710.53
HSV235°78°86°
CMYK 0.780.720.00   0.14
XYZ15.80599.133268.6400
Yxy9.13320.16890.0976
Hunter Lab30.221240.4697-113.5078
CIE-Lab36.239549.7860-81.4207

#303ddc color RGB value is (48,61,220).

#303ddc hex color red value is 48, green value is 61 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #303ddc hue: 0.65 , saturation: 0.71 and the lightness value of 303ddc is 0.53.

The process color (four color CMYK) of #303ddc color hex is 0.78, 0.72, 0.00, 0.14. Web safe color of #303ddc is #3333cc. Color #303ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111101 11011100
Octal 60 75 334
Decimal 48 61 220
Hex 30 3D DC

RGB Percentages of Color #303ddc

%14.59
%18.54
%66.87

CMYK Percentages of Color #303ddc

%78
%72
%0
%14

Triadic Colors of #303ddc

#303ddc #dc303d #3ddc30

Analogous Colors of #303ddc

#303ddc #7930dc #3093dc

Monochromatic Colors of #303ddc

#303ddc

Complementary Color

#303ddc #dccf30

#303ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#303ddc Color CSS Codes

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

#303ddc Text Font Color

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

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


#303ddc Background Color

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

This div background color is #303ddc


#303ddc Border Color

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

This div border color is #303ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303ddc


Comments

No comments written yet.

Please login to write comment.