Color Hex Logo

#300dca Color Hex

#300DCA
(48,13,202)
0 Favorites   0 Comments

Color spaces of #300dca

RGB 4813202
HSL0.700.880.42
HSV251°94°79°
CMYK 0.760.940.00   0.21
XYZ12.02355.180556.2433
Yxy5.18050.16370.0705
Hunter Lab22.760754.4626-130.5772
CIE-Lab27.242964.6044-85.9156

#300dca color RGB value is (48,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001101 11001010
Octal 60 15 312
Decimal 48 13 202
Hex 30 D CA

RGB Percentages of Color #300dca

%18.25
%4.94
%76.81

CMYK Percentages of Color #300dca

%76
%94
%0
%21

Triadic Colors of #300dca

#300dca #ca300d #0dca30

Analogous Colors of #300dca

#300dca #8f0dca #0d48ca

Monochromatic Colors of #300dca

#300dca

Complementary Color

#300dca #a7ca0d

#300dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#300dca Color CSS Codes

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

#300dca Text Font Color

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

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


#300dca Background Color

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

This div background color is #300dca


#300dca Border Color

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

This div border color is #300dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300dca


Comments

No comments written yet.

Please login to write comment.