Color Hex Logo

#305dca Color Hex

#305DCA
(48,93,202)
0 Favorites   0 Comments

Color spaces of #305dca

RGB 4893202
HSL0.620.620.49
HSV222°76°79°
CMYK 0.760.540.00   0.21
XYZ15.793912.721357.5001
Yxy12.72130.18360.1479
Hunter Lab35.666916.6256-70.6170
CIE-Lab42.340323.4199-61.0722

#305dca color RGB value is (48,93,202).

#305dca hex color red value is 48, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #305dca hue: 0.62 , saturation: 0.62 and the lightness value of 305dca is 0.49.

The process color (four color CMYK) of #305dca color hex is 0.76, 0.54, 0.00, 0.21. Web safe color of #305dca is #3366cc. Color #305dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011101 11001010
Octal 60 135 312
Decimal 48 93 202
Hex 30 5D CA

RGB Percentages of Color #305dca

%13.99
%27.11
%58.89

CMYK Percentages of Color #305dca

%76
%54
%0
%21

Triadic Colors of #305dca

#305dca #ca305d #5dca30

Analogous Colors of #305dca

#305dca #5030ca #30aaca

Monochromatic Colors of #305dca

#305dca

Complementary Color

#305dca #ca9d30

#305dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#305dca Color CSS Codes

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

#305dca Text Font Color

<p style="color:#305dca">Text here</p>

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


#305dca Background Color

<div style="background-color:#305dca">
Div content here</div>

This div background color is #305dca


#305dca Border Color

<div style="border:3px solid #305dca">
Div here</div>

This div border color is #305dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,93,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305dca;
  -webkit-box-shadow: 1px 1px 3px 2px #305dca;
  box-shadow:         1px 1px 3px 2px #305dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305dca


Comments

No comments written yet.

Please login to write comment.