Color Hex Logo

#3020ca Color Hex

#3020CA
(48,32,202)
0 Favorites   0 Comments

Color spaces of #3020ca

RGB 4832202
HSL0.680.730.46
HSV246°84°79°
CMYK 0.760.840.00   0.21
XYZ12.39615.925756.3675
Yxy5.92570.16600.0793
Hunter Lab24.342848.2980-120.2505
CIE-Lab29.224258.6308-82.6176

#3020ca color RGB value is (48,32,202).

#3020ca hex color red value is 48, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3020ca hue: 0.68 , saturation: 0.73 and the lightness value of 3020ca is 0.46.

The process color (four color CMYK) of #3020ca color hex is 0.76, 0.84, 0.00, 0.21. Web safe color of #3020ca is #3333cc. Color #3020ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100000 11001010
Octal 60 40 312
Decimal 48 32 202
Hex 30 20 CA

RGB Percentages of Color #3020ca

%17.02
%11.35
%71.63

CMYK Percentages of Color #3020ca

%76
%84
%0
%21

Triadic Colors of #3020ca

#3020ca #ca3020 #20ca30

Analogous Colors of #3020ca

#3020ca #8520ca #2065ca

Monochromatic Colors of #3020ca

#3020ca

Complementary Color

#3020ca #baca20

#3020ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3020ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3020ca Color CSS Codes

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

#3020ca Text Font Color

<p style="color:#3020ca">Text here</p>

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


#3020ca Background Color

<div style="background-color:#3020ca">
Div content here</div>

This div background color is #3020ca


#3020ca Border Color

<div style="border:3px solid #3020ca">
Div here</div>

This div border color is #3020ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3020ca


Comments

No comments written yet.

Please login to write comment.